comparison Samples/WebAssembly/RtViewer/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 3e644f6fadd4
children 28c64c246312
comparison
equal deleted inserted replaced
1464:4647636334aa 1465:70b0b1dc1de4
56 56
57 # this will set up the build system for Stone of Orthanc and will 57 # this will set up the build system for Stone of Orthanc and will
58 # populate the ORTHANC_STONE_SOURCES CMake variable 58 # populate the ORTHANC_STONE_SOURCES CMake variable
59 include(${STONE_ROOT}/Resources/CMake/OrthancStoneConfiguration.cmake) 59 include(${STONE_ROOT}/Resources/CMake/OrthancStoneConfiguration.cmake)
60 60
61 include_directories(${STONE_ROOT})
62 include_directories(../../Common)
63
64 # Define the WASM module 61 # Define the WASM module
65 # --------------------------------------------------------------- 62 # ---------------------------------------------------------------
66 add_executable(RtViewerWasm 63 add_executable(RtViewerWasm
67 RtViewerWasm.cpp 64 RtViewerWasm.cpp
68 ../../Common/RtViewerApp.cpp 65 ../../Common/RtViewerApp.cpp