-
Notifications
You must be signed in to change notification settings - Fork 1
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
include files not installed with CMake #136
Labels
Comments
Michael-M-Baron
added
bug
Something isn't working
in progress
this issue is actively being worked on
labels
Nov 4, 2024
Currently only the shared library .so file of libjapi is installed
|
After fixing the typo in #136, the install output is now looking
Cmake is now installing the header files at the default path |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The CMake variable
HEADERS
is first set at CMakeLists.txt#16 to the list of libjapi header files.However, in CMakeLists.txt#41
PUBLIC_HEADERS
is used to set the PUBLIC_HEADER property of JAPI library object. So in fact an empty list of libraries will be installed.The text was updated successfully, but these errors were encountered: