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

Add config.cmake files which will help cmake to find saribbonbar package #35

Merged
merged 2 commits into from
Mar 14, 2022

Conversation

mingweiLIU
Copy link
Contributor

Add config.cmake files which will help cmake to find saribbonbar package, and there have defined a macro for version which is set to 0.0.1, currently. the use of cmake find_package function may use like this:
find_package(SARIBBON REQUIRED)
include_directories(
${SARibbon_INCLUDE_DIRS}
)
target_link_libraries(${PROJECT_NAME} ${SARibbon_LIBRARIES})

and config-version.cmake which is needed when cmake finding the library
@czyt1988 czyt1988 merged commit 9c8eda6 into czyt1988:master Mar 14, 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.

None yet

2 participants