Mercurial > hg > orthanc
diff Plugins/Samples/ModalityWorklists/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 | 9c2ffc4e938b |
children |
line wrap: on
line diff
--- a/Plugins/Samples/ModalityWorklists/CMakeLists.txt Thu Dec 08 14:46:13 2016 +0100 +++ b/Plugins/Samples/ModalityWorklists/CMakeLists.txt Thu Dec 08 16:16:25 2016 +0100 @@ -16,6 +16,7 @@ add_library(ModalityWorklists SHARED Plugin.cpp + ../Common/OrthancPluginCppWrapper.cpp ${JSONCPP_SOURCES} ${BOOST_SOURCES} )