comparison Applications/Samples/Sdl/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 a2955abe4c2e
children 184b0aeae1af
comparison
equal deleted inserted replaced
1880:93c3f9234286 1881:a05529952510
64 "${CMAKE_BINARY_DIR}/ubuntu-font-family-0.83") 64 "${CMAKE_BINARY_DIR}/ubuntu-font-family-0.83")
65 65
66 EmbedResources( 66 EmbedResources(
67 COLORMAP_HOT ${CMAKE_SOURCE_DIR}/../../Resources/Colormaps/hot.lut 67 COLORMAP_HOT ${CMAKE_SOURCE_DIR}/../../Resources/Colormaps/hot.lut
68 UBUNTU_FONT ${CMAKE_BINARY_DIR}/ubuntu-font-family-0.83/Ubuntu-R.ttf 68 UBUNTU_FONT ${CMAKE_BINARY_DIR}/ubuntu-font-family-0.83/Ubuntu-R.ttf
69 RT_STRUCT_00 ${CMAKE_SOURCE_DIR}/../../../OrthancStone/UnitTestsSources/TestStructureSet.json
69 ) 70 )
70 71
71 SortFilesInSourceGroups() 72 SortFilesInSourceGroups()
72 73
73 add_library(OrthancStone STATIC 74 add_library(OrthancStone STATIC