Option to install slsdet python extension in the install tree (#553)

* added option to install python ext
This commit is contained in:
Erik Fröjdh
2022-09-09 13:47:27 +02:00
committed by GitHub
parent c0c8c8e21a
commit fdfdfd9f43
2 changed files with 36 additions and 26 deletions

View File

@ -48,6 +48,7 @@ option(SLS_USE_TESTS "TESTS" OFF)
option(SLS_USE_INTEGRATION_TESTS "Integration Tests" OFF)
option(SLS_USE_SANITIZER "Sanitizers for debugging" OFF)
option(SLS_USE_PYTHON "Python bindings" OFF)
option(SLS_INSTALL_PYTHONEXT "Install the python extension in the install tree under CMAKE_INSTALL_PREFIX/python/" OFF)
option(SLS_USE_CTBGUI "ctb GUI" OFF)
option(SLS_BUILD_DOCS "docs" OFF)
option(SLS_BUILD_EXAMPLES "examples" OFF)