Mercurial > hg > orthanc
comparison Plugins/Samples/ConnectivityChecks/CMakeLists.txt @ 3624:b53cab5bad84
fix
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Fri, 24 Jan 2020 18:09:56 +0100 |
parents | a6bfa09df8b3 |
children | e12c8ac6dc82 |
comparison
equal
deleted
inserted
replaced
3623:a6bfa09df8b3 | 3624:b53cab5bad84 |
---|---|
40 | 40 |
41 include_directories( | 41 include_directories( |
42 ${ORTHANC_ROOT}/Plugins/Include/ | 42 ${ORTHANC_ROOT}/Plugins/Include/ |
43 ) | 43 ) |
44 | 44 |
45 add_library(OrthancChecks SHARED | 45 add_library(ConnectivityChecks SHARED |
46 ${ADDITIONAL_RESOURCES} | 46 ${ADDITIONAL_RESOURCES} |
47 ${AUTOGENERATED_SOURCES} | 47 ${AUTOGENERATED_SOURCES} |
48 ${ORTHANC_CORE_SOURCES_DEPENDENCIES} | 48 ${ORTHANC_CORE_SOURCES_DEPENDENCIES} |
49 ${ORTHANC_ROOT}/Core/Enumerations.cpp | 49 ${ORTHANC_ROOT}/Core/Enumerations.cpp |
50 ${ORTHANC_ROOT}/Core/Logging.cpp | 50 ${ORTHANC_ROOT}/Core/Logging.cpp |
52 ${ORTHANC_ROOT}/Core/Toolbox.cpp | 52 ${ORTHANC_ROOT}/Core/Toolbox.cpp |
53 Plugin.cpp | 53 Plugin.cpp |
54 ) | 54 ) |
55 | 55 |
56 set_target_properties( | 56 set_target_properties( |
57 OrthancChecks PROPERTIES | 57 ConnectivityChecks PROPERTIES |
58 VERSION ${PLUGIN_VERSION} | 58 VERSION ${PLUGIN_VERSION} |
59 SOVERSION ${PLUGIN_VERSION} | 59 SOVERSION ${PLUGIN_VERSION} |
60 ) | 60 ) |
61 | 61 |
62 install( | 62 install( |
63 TARGETS OrthancChecks | 63 TARGETS ConnectivityChecks |
64 DESTINATION . | 64 DESTINATION . |
65 ) | 65 ) |