5 lines
142 B
CMake
5 lines
142 B
CMake
|
|
# Install cython components
|
||
|
|
include(GtsamCythonWrap)
|
||
|
|
# install scripts and tests
|
||
|
|
install_cython_scripts("${CMAKE_SOURCE_DIR}/cython/" "*.py")
|