install gtsam_unstable __init__.py

release/4.3a0
Matthew Broadway 2019-02-08 15:38:25 +00:00
parent a62197ec6e
commit fe3003a688
1 changed files with 1 additions and 0 deletions

View File

@ -34,5 +34,6 @@ if (GTSAM_INSTALL_CYTHON_TOOLBOX)
install_cython_files("${PROJECT_BINARY_DIR}/cython/setup.py" "${GTSAM_CYTHON_INSTALL_PATH}/")
# install scripts and tests
install_cython_scripts("${PROJECT_SOURCE_DIR}/cython/gtsam" "${GTSAM_CYTHON_INSTALL_PATH}" "*.py")
install_cython_scripts("${PROJECT_SOURCE_DIR}/cython/gtsam_unstable" "${GTSAM_CYTHON_INSTALL_PATH}" "*.py")
endif ()