We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
For linux C++ systems a cmake integration would be useful.
For example, i would like to be able to find_package:
find_package
cmake_minimum_required(VERSION 3.5) project(example_coral_cpp) find_package(libcoral REQUIRED)
This should give access to the library and header files in my CMakeLists.txt
The text was updated successfully, but these errors were encountered:
@AustinDeric Thanks for the feedback, I've put in a feature request for it!
Sorry, something went wrong.
Waiting here too. That would be awesome to upgrade my c++ coral projects.
Hi, not the OP but I was wondering if the cmake integration ever went through.
I would also be interested.
hjonnala
No branches or pull requests
For linux C++ systems a cmake integration would be useful.
For example, i would like to be able to
find_package
:This should give access to the library and header files in my CMakeLists.txt
The text was updated successfully, but these errors were encountered: