comparison CMakeLists.txt @ 180:ddf3e987827f java-code-model

created Python documentation for the Orthanc interface
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 02 Jul 2024 12:30:16 +0200
parents c8de83fe7faa
children f34f3a149c22
comparison
equal deleted inserted replaced
179:f49864df6f1f 180:ddf3e987827f
213 set_target_properties(OrthancPython PROPERTIES 213 set_target_properties(OrthancPython PROPERTIES
214 VERSION ${PLUGIN_VERSION} 214 VERSION ${PLUGIN_VERSION}
215 SOVERSION ${PLUGIN_VERSION} 215 SOVERSION ${PLUGIN_VERSION}
216 ) 216 )
217 217
218 configure_file(
219 Sources/Autogenerated/orthanc.pyi
220 ${CMAKE_CURRENT_BINARY_DIR}/orthanc.pyi
221 COPYONLY)
222
218 install( 223 install(
219 TARGETS OrthancPython 224 TARGETS OrthancPython
220 RUNTIME DESTINATION lib # Destination for Windows 225 RUNTIME DESTINATION lib # Destination for Windows
221 LIBRARY DESTINATION share/orthanc/plugins # Destination for Linux 226 LIBRARY DESTINATION share/orthanc/plugins # Destination for Linux
222 ) 227 )