TomographicImaging / CCPi-Regularisation-Toolkit

The set of CPU/GPU optimised regularisation modules for iterative image reconstruction and other image processing tasks
Apache License 2.0
49 stars 25 forks source link

CMake to install include directory #114

Open paskino opened 5 years ago

paskino commented 5 years ago

Currently the includes are not installed so that the shared library cannot be used by external projects. Something like this should be implemented.


install(FILES ${PROJECT_SOURCE_DIR}/include/algebra.h
  DESTINATION ${CMAKE_INSTALL_INCLUDEDIR})

Additionally, the includes should be moved to a directory within the source directory.