# HG changeset patch # User am@osimis.io # Date 1536574946 -7200 # Node ID f58bfb7bbcc9413728a8123f7452491bcc8ad525 # Parent 1992f7b8563efc1725ab596d4b1f33cd811e1ece introduced StoneException diff -r 1992f7b8563e -r f58bfb7bbcc9 Applications/Samples/CMakeLists.txt --- a/Applications/Samples/CMakeLists.txt Mon Sep 10 12:22:05 2018 +0200 +++ b/Applications/Samples/CMakeLists.txt Mon Sep 10 12:22:26 2018 +0200 @@ -137,8 +137,9 @@ if (ENABLE_NATIVE) add_executable(UnitTests ${GOOGLE_TEST_SOURCES} + ${ORTHANC_STONE_ROOT}/UnitTestsSources/TestCommands.cpp + ${ORTHANC_STONE_ROOT}/UnitTestsSources/TestExceptions.cpp ${ORTHANC_STONE_ROOT}/UnitTestsSources/TestMessageBroker.cpp - ${ORTHANC_STONE_ROOT}/UnitTestsSources/TestCommands.cpp ${ORTHANC_STONE_ROOT}/UnitTestsSources/UnitTestsMain.cpp )