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

Install CMake package config file #304

Closed
wants to merge 1 commit into from

Conversation

tamaskenez
Copy link

@tamaskenez tamaskenez commented Feb 9, 2023

The PR amends the existing CMake install commands to also install a package configuration file.
In the client program the package can be located and used like this:

find_package(libfswatch ...)
...
target_link_libraries(... libfswatch::libfswatch ...)

@tamaskenez
Copy link
Author

opened #306 instead of to better adhere to contributor guidelines (descriptive branch name)

@tamaskenez tamaskenez closed this Feb 11, 2023
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