Mercurial > hg > orthanc
comparison OrthancServer/Plugins/Samples/Basic/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 | 0ea402b4d901 |
children | 48b8dae6dc77 |
comparison
equal
deleted
inserted
replaced
5354:65b4e6ae2703 | 5357:fddb5d8d0021 |
---|---|
23 project(Basic) | 23 project(Basic) |
24 | 24 |
25 include(${CMAKE_SOURCE_DIR}/../Common/OrthancPlugins.cmake) | 25 include(${CMAKE_SOURCE_DIR}/../Common/OrthancPlugins.cmake) |
26 | 26 |
27 add_library(PluginTest SHARED Plugin.c) | 27 add_library(PluginTest SHARED Plugin.c) |
28 | |
29 DefineSourceBasenameForTarget(PluginTest) |