comparison OrthancServer/CMakeLists.txt @ 4520:f5cb0c0ffbed

added unit test OrthancFramework.SizeOf to dump sizeof all the public classes in the Orthanc framework
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 22 Feb 2021 18:30:31 +0100
parents d9473bd5ed43
children 1d96fe7e054e
comparison
equal deleted inserted replaced
4519:a3c6678aa7b1 4520:f5cb0c0ffbed
173 ${CMAKE_SOURCE_DIR}/UnitTestsSources/DatabaseLookupTests.cpp 173 ${CMAKE_SOURCE_DIR}/UnitTestsSources/DatabaseLookupTests.cpp
174 ${CMAKE_SOURCE_DIR}/UnitTestsSources/LuaServerTests.cpp 174 ${CMAKE_SOURCE_DIR}/UnitTestsSources/LuaServerTests.cpp
175 ${CMAKE_SOURCE_DIR}/UnitTestsSources/PluginsTests.cpp 175 ${CMAKE_SOURCE_DIR}/UnitTestsSources/PluginsTests.cpp
176 ${CMAKE_SOURCE_DIR}/UnitTestsSources/ServerIndexTests.cpp 176 ${CMAKE_SOURCE_DIR}/UnitTestsSources/ServerIndexTests.cpp
177 ${CMAKE_SOURCE_DIR}/UnitTestsSources/ServerJobsTests.cpp 177 ${CMAKE_SOURCE_DIR}/UnitTestsSources/ServerJobsTests.cpp
178 ${CMAKE_SOURCE_DIR}/UnitTestsSources/SizeOfTests.cpp
178 ${CMAKE_SOURCE_DIR}/UnitTestsSources/UnitTestsMain.cpp 179 ${CMAKE_SOURCE_DIR}/UnitTestsSources/UnitTestsMain.cpp
179 ${CMAKE_SOURCE_DIR}/UnitTestsSources/VersionsTests.cpp 180 ${CMAKE_SOURCE_DIR}/UnitTestsSources/VersionsTests.cpp
180 ) 181 )
181 182
182 183