diff Applications/Samples/CMakeLists.txt @ 1080:287ec78f63b4

GenericToolbox (fast c-string --> double or integer) + refactoring to be able to set structures lut into configurator + fixed missing revision bump in configurator + UT
author Benjamin Golinvaux <bgo@osimis.io>
date Mon, 21 Oct 2019 16:01:29 +0200
parents 348866dd217c
children 63539e826355
line wrap: on
line diff
--- a/Applications/Samples/CMakeLists.txt	Wed Oct 16 15:43:21 2019 +0200
+++ b/Applications/Samples/CMakeLists.txt	Mon Oct 21 16:01:29 2019 +0200
@@ -231,6 +231,7 @@
 if (ENABLE_NATIVE)
   add_executable(UnitTests
     ${GOOGLE_TEST_SOURCES}
+    ${ORTHANC_STONE_ROOT}/UnitTestsSources/GenericToolboxTests.cpp
     ${ORTHANC_STONE_ROOT}/UnitTestsSources/TestCommands.cpp
     ${ORTHANC_STONE_ROOT}/UnitTestsSources/TestMessageBroker.cpp
     ${ORTHANC_STONE_ROOT}/UnitTestsSources/TestStrategy.cpp