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

Fix cmake public include install #258

Merged
merged 1 commit into from
Jan 20, 2022
Merged

Fix cmake public include install #258

merged 1 commit into from
Jan 20, 2022

Conversation

kuriboshi
Copy link
Contributor

@kuriboshi kuriboshi commented Nov 21, 2021

Related to issue #254 this PR fixes a problem with the CMakeLists.txt file which doesn't add the public API include directory to the search path. Previously, adding ucl::ucl to the link library dependencies of a project will fail to compile unless the include directory is incidentally added via some other dependency. This PR addresses this problem.

The public include directory was not included in the installation
so if ucl::ucl was the only dependency of an application it wouldn't
find the public header files.
@vstakhov vstakhov merged commit 97e58db into vstakhov:master Jan 20, 2022
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

Successfully merging this pull request may close these issues.

2 participants