We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
update STIR and SIRF default tags
7004734
closes #114
gfardell
Successfully merging a pull request may close this issue.
Currently the includes are not installed so that the shared library cannot be used by external projects. Something like this should be implemented.
Additionally, the includes should be moved to a directory within the source directory.
The text was updated successfully, but these errors were encountered: