comparison Samples/WebAssembly/SingleFrameViewer/CMakeLists.txt @ 1377:458ab069f313 broker

Fixed missing file in WASM sample
author Benjamin Golinvaux <bgo@osimis.io>
date Wed, 22 Apr 2020 14:02:23 +0200
parents 4971b1c5dfa6
children ab871499ed30
comparison
equal deleted inserted replaced
1376:dc5acb03ad93 1377:458ab069f313
45 include_directories(${STONE_ROOT}) 45 include_directories(${STONE_ROOT})
46 46
47 # Define the WASM module 47 # Define the WASM module
48 # --------------------------------------------------------------- 48 # ---------------------------------------------------------------
49 add_executable(SingleFrameViewerWasm 49 add_executable(SingleFrameViewerWasm
50 test.cpp 50 SingleFrameViewer.cpp
51 ${ORTHANC_STONE_SOURCES} 51 ${ORTHANC_STONE_SOURCES}
52 ) 52 )
53 53
54 # Declare installation files for the module 54 # Declare installation files for the module
55 # --------------------------------------------------------------- 55 # ---------------------------------------------------------------