Skip to content

Commit

Permalink
ENH: install python application for Varian OBI geometry
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Rit committed Oct 9, 2021
1 parent 4e86713 commit b9ff8dc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions applications/rtkvarianobigeometry/CMakeLists.txt
Expand Up @@ -10,5 +10,9 @@ if(NOT RTK_INSTALL_NO_EXECUTABLES)
LIBRARY DESTINATION ${RTK_INSTALL_LIB_DIR} COMPONENT RuntimeLibraries
ARCHIVE DESTINATION ${RTK_INSTALL_ARCHIVE_DIR} COMPONENT Development)
endforeach()

# Install Python application
install(FILES rtkvarianobigeometry.py
DESTINATION ${RTK_INSTALL_LIB_DIR} COMPONENT PythonWheelRuntimeLibraries)
endif()

3 changes: 2 additions & 1 deletion setup.py
Expand Up @@ -40,7 +40,8 @@
"Operating System :: MacOS"
],
scripts=[
"lib/rtksimulatedgeometry.py"
"lib/rtksimulatedgeometry.py",
"lib/rtkvarianobigeometry.py"
],
license='Apache',
keywords='RTK Reconstruction Toolkit',
Expand Down

0 comments on commit b9ff8dc

Please sign in to comment.