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

Updated CMake Variables for easy integration in other CMake Projects. #58

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

nayakned
Copy link
Collaborator

You should now be able to integrate Open1722 into other CMake Projects as shown below

find_package(Open1722)
add_executable(testProject test.c)
target_link_libraries(testProject ${open1722_LIBRARIES})
target_include_directories(testProject PUBLIC ${open1722_INCLUDE_DIR})

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.

1 participant