diff Platforms/Generic/CMakeLists.txt @ 250:5e642859267e am-2

added new Observable/Observer & MessageBroker (not used yet)
author am@osimis.io
date Mon, 02 Jul 2018 16:36:17 +0200
parents 092db46c6291
children 58e23e0dd86a
line wrap: on
line diff
--- a/Platforms/Generic/CMakeLists.txt	Mon Jul 02 12:45:40 2018 +0200
+++ b/Platforms/Generic/CMakeLists.txt	Mon Jul 02 16:36:17 2018 +0200
@@ -77,6 +77,7 @@
 
 add_executable(UnitTests
   ${GOOGLE_TEST_SOURCES}
+  ${ORTHANC_STONE_ROOT}/UnitTestsSources/TestMessageBroker.cpp
   ${ORTHANC_STONE_ROOT}/UnitTestsSources/UnitTestsMain.cpp
   )