comparison Applications/Platforms/WebAssembly/UnitTests/CMakeLists.txt @ 1881:a05529952510

fix build of unit tests in SDL project
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 12 Jan 2022 10:01:25 +0100
parents b4486f43394a
children
comparison
equal deleted inserted replaced
1880:93c3f9234286 1881:a05529952510
75 include(${ORTHANC_STONE_ROOT}/../Resources/Orthanc/CMake/DownloadPackage.cmake) 75 include(${ORTHANC_STONE_ROOT}/../Resources/Orthanc/CMake/DownloadPackage.cmake)
76 include(${ORTHANC_STONE_ROOT}/../Resources/Orthanc/CMake/GoogleTestConfiguration.cmake) 76 include(${ORTHANC_STONE_ROOT}/../Resources/Orthanc/CMake/GoogleTestConfiguration.cmake)
77 77
78 78
79 include(${CMAKE_SOURCE_DIR}/../../../../OrthancStone/UnitTestsSources/UnitTestsSources.cmake) 79 include(${CMAKE_SOURCE_DIR}/../../../../OrthancStone/UnitTestsSources/UnitTestsSources.cmake)
80
81 EmbedResources(
82 RT_STRUCT_00 ${CMAKE_SOURCE_DIR}/../../../../OrthancStone/UnitTestsSources/TestStructureSet.json
83 )
84
80 add_executable(UnitTests 85 add_executable(UnitTests
81 # Testing Stone 86 # Testing Stone
82 ${UNIT_TESTS_SOURCES} 87 ${UNIT_TESTS_SOURCES}
83 88
84 # Testing the Orthanc Framework 89 # Testing the Orthanc Framework