comparison Samples/WebAssembly/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 4647636334aa
children 28c64c246312
comparison
equal deleted inserted replaced
1464:4647636334aa 1465:70b0b1dc1de4
55 ) 55 )
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
61 include_directories(${STONE_ROOT})
62 include_directories(../Common)
63 60
64 add_library(OrthancStone STATIC 61 add_library(OrthancStone STATIC
65 ${ORTHANC_STONE_SOURCES} 62 ${ORTHANC_STONE_SOURCES}
66 ) 63 )
67 64