comparison RenderingPlugin/CMakeLists.txt @ 2115:de049fd88697 deep-learning

integration mainline->deep-learning
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 24 Jan 2024 16:44:40 +0100
parents c23eef785569
children 16c01cc201e7
comparison
equal deleted inserted replaced
2106:5144d59d0fb2 2115:de049fd88697
1 # Stone of Orthanc 1 # Stone of Orthanc
2 # Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics 2 # Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
3 # Department, University Hospital of Liege, Belgium 3 # Department, University Hospital of Liege, Belgium
4 # Copyright (C) 2017-2023 Osimis S.A., Belgium 4 # Copyright (C) 2017-2024 Osimis S.A., Belgium
5 # Copyright (C) 2021-2023 Sebastien Jodogne, ICTEAM UCLouvain, Belgium 5 # Copyright (C) 2021-2024 Sebastien Jodogne, ICTEAM UCLouvain, Belgium
6 # 6 #
7 # This program is free software: you can redistribute it and/or 7 # This program is free software: you can redistribute it and/or
8 # modify it under the terms of the GNU General Public License as 8 # modify it under the terms of the GNU General Public License as
9 # published by the Free Software Foundation, either version 3 of the 9 # published by the Free Software Foundation, either version 3 of the
10 # License, or (at your option) any later version. 10 # License, or (at your option) any later version.
92 ${CMAKE_SOURCE_DIR}/Resources/Orthanc/Plugins/OrthancPluginCppWrapper.cpp 92 ${CMAKE_SOURCE_DIR}/Resources/Orthanc/Plugins/OrthancPluginCppWrapper.cpp
93 ${ORTHANC_CORE_SOURCES} 93 ${ORTHANC_CORE_SOURCES}
94 ${ORTHANC_STONE_SOURCES} 94 ${ORTHANC_STONE_SOURCES}
95 ) 95 )
96 96
97 if (COMMAND DefineSourceBasenameForTarget)
98 DefineSourceBasenameForTarget(StoneRendering)
99 endif()
100
97 set_target_properties(StoneRendering PROPERTIES 101 set_target_properties(StoneRendering PROPERTIES
98 VERSION ${PLUGIN_VERSION} 102 VERSION ${PLUGIN_VERSION}
99 SOVERSION ${PLUGIN_VERSION}) 103 SOVERSION ${PLUGIN_VERSION})
100 104
101 install( 105 install(