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

Make install doesn't install libraries nor headers #390

Open
Mapniv opened this issue Sep 5, 2022 · 0 comments
Open

Make install doesn't install libraries nor headers #390

Mapniv opened this issue Sep 5, 2022 · 0 comments

Comments

@Mapniv
Copy link

Mapniv commented Sep 5, 2022

I configured gravity with cmake -DCMAKE_INSTALL_PREFIX=/home/user/installdir/gravity and then ran make -j2. Gravity was built with no warnings. Then I ran make install and only /home/user/installdir/gravity/bin/gravity was installed. I copied static library to its destination but now I have no idea where to find header files. I think that either make install should install libraries and headers or there should be target named install-dev that would do it.

I really would like to embed Gravity in my project as it seems to meet all my requirements. However without header files I can't even write a simple test program.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant