Skip to content

CMake to install include directory #114

@paskino

Description

@paskino

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.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions