Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CMake to install include directory #114

Open
paskino opened this issue Mar 31, 2019 · 0 comments · May be fixed by #115
Open

CMake to install include directory #114

paskino opened this issue Mar 31, 2019 · 0 comments · May be fixed by #115
Assignees

Comments

@paskino
Copy link
Contributor

paskino commented Mar 31, 2019

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.

@paskino paskino linked a pull request Mar 31, 2019 that will close this issue
paskino pushed a commit that referenced this issue Jan 22, 2021
@casperdcl casperdcl mentioned this issue Dec 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants