comparison OrthancServer/Plugins/Samples/WebDavFilesystem/CMakeLists.txt @ 5572:f0dc99bc811c

removed circular dependency of OrthancPluginsCppWrapper with Orthanc::Logging
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 26 Apr 2024 15:50:01 +0200
parents 48b8dae6dc77
children f7adfb22e20e
comparison
equal deleted inserted replaced
5571:addccb1590d2 5572:f0dc99bc811c
38 Plugin.cpp 38 Plugin.cpp
39 ${CMAKE_SOURCE_DIR}/../Common/OrthancPluginCppWrapper.cpp 39 ${CMAKE_SOURCE_DIR}/../Common/OrthancPluginCppWrapper.cpp
40 ${JSONCPP_SOURCES} 40 ${JSONCPP_SOURCES}
41 ${BOOST_SOURCES} 41 ${BOOST_SOURCES}
42 ) 42 )
43
44 DefineSourceBasenameForTarget(WebDavFilesystem)