comparison Samples/WebAssembly/SingleFrameViewer/CMakeLists.txt @ 1465:70b0b1dc1de4

removed useless include_directories
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 12 Jun 2020 10:13:02 +0200
parents 27e0a00bd3e8
children
comparison
equal deleted inserted replaced
1464:4647636334aa 1465:70b0b1dc1de4
42 42
43 # this will set up the build system for Stone of Orthanc and will 43 # this will set up the build system for Stone of Orthanc and will
44 # populate the ORTHANC_STONE_SOURCES CMake variable 44 # populate the ORTHANC_STONE_SOURCES CMake variable
45 include(${STONE_ROOT}/Resources/CMake/OrthancStoneConfiguration.cmake) 45 include(${STONE_ROOT}/Resources/CMake/OrthancStoneConfiguration.cmake)
46 46
47 include_directories(${STONE_ROOT})
48
49 # Define the WASM module 47 # Define the WASM module
50 # --------------------------------------------------------------- 48 # ---------------------------------------------------------------
51 add_executable(SingleFrameViewerWasm 49 add_executable(SingleFrameViewerWasm
52 SingleFrameViewer.cpp 50 SingleFrameViewer.cpp
53 ${ORTHANC_STONE_SOURCES} 51 ${ORTHANC_STONE_SOURCES}