Mercurial > hg > orthanc
comparison OrthancServer/Plugins/Samples/ConnectivityChecks/CMakeLists.txt @ 5357:fddb5d8d0021
Prevent the leak of the full path of the source files in the binaries
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Thu, 06 Jul 2023 17:04:31 +0200 |
parents | 0b183bb77c83 |
children | 48b8dae6dc77 |
comparison
equal
deleted
inserted
replaced
5354:65b4e6ae2703 | 5357:fddb5d8d0021 |
---|---|
75 ${CMAKE_SOURCE_DIR}/../../../../OrthancFramework/Sources/SystemToolbox.cpp | 75 ${CMAKE_SOURCE_DIR}/../../../../OrthancFramework/Sources/SystemToolbox.cpp |
76 ${CMAKE_SOURCE_DIR}/../../../../OrthancFramework/Sources/Toolbox.cpp | 76 ${CMAKE_SOURCE_DIR}/../../../../OrthancFramework/Sources/Toolbox.cpp |
77 Plugin.cpp | 77 Plugin.cpp |
78 ) | 78 ) |
79 | 79 |
80 DefineSourceBasenameForTarget(ConnectivityChecks) | |
81 | |
80 set_target_properties( | 82 set_target_properties( |
81 ConnectivityChecks PROPERTIES | 83 ConnectivityChecks PROPERTIES |
82 VERSION ${PLUGIN_VERSION} | 84 VERSION ${PLUGIN_VERSION} |
83 SOVERSION ${PLUGIN_VERSION} | 85 SOVERSION ${PLUGIN_VERSION} |
84 ) | 86 ) |