comparison Samples/WebAssembly/CMakeLists.txt @ 826:2de01660debe

reorganization
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 29 May 2019 16:48:56 +0200
parents 270c31978df1
children d71cf8504159
comparison
equal deleted inserted replaced
825:9a6c7a5dcb76 826:2de01660debe
68 add_library(OrthancStone STATIC 68 add_library(OrthancStone STATIC
69 ${ORTHANC_STONE_SOURCES} 69 ${ORTHANC_STONE_SOURCES}
70 ) 70 )
71 71
72 72
73 if (OFF) 73 if (ON)
74 add_executable(BasicScene 74 add_executable(BasicScene
75 BasicScene.cpp 75 BasicScene.cpp
76 ) 76 )
77 77
78 target_link_libraries(BasicScene OrthancStone) 78 target_link_libraries(BasicScene OrthancStone)