diff CMakeLists.txt @ 2205:395522e46b2b

refactoring of the worklist sample using OrthancPluginCppWrapper
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 08 Dec 2016 16:16:25 +0100
parents fead5549aaa7
children 2bdc29af9589
line wrap: on
line diff
--- a/CMakeLists.txt	Thu Dec 08 14:46:13 2016 +0100
+++ b/CMakeLists.txt	Thu Dec 08 16:16:25 2016 +0100
@@ -598,6 +598,7 @@
   add_library(ModalityWorklists SHARED 
     ${BOOST_SOURCES}
     ${JSONCPP_SOURCES}
+    Plugins/Samples/Common/OrthancPluginCppWrapper.cpp
     Plugins/Samples/ModalityWorklists/Plugin.cpp
     ${MODALITY_WORKLISTS_RESOURCES}
     )