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
What's the best way to use your library from another cmake project ?
I'm a beginner at cpp, but from what i understood of cmake, shouldn't I be able to find either a FindAVCPP.cmake or AVCPPConfig.cmake file ?
Thanks.
The text was updated successfully, but these errors were encountered:
Sorry for delay.
Currently, it is only designed to be used as subproject:
add_subdirectory(avcpp) ... target_link_libraries(your_target AvCpp::AvCpp)
But, any scripts like FindAvCpp.cmake or so on is welcomed ;-)
Sorry, something went wrong.
No branches or pull requests
What's the best way to use your library from another cmake project ?
I'm a beginner at cpp, but from what i understood of cmake, shouldn't I be able to find either a FindAVCPP.cmake or AVCPPConfig.cmake file ?
Thanks.
The text was updated successfully, but these errors were encountered: