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
autobahn_cpp interface may be exported so clients can use it like this
// in CMakeLists.txt find_package(autobahn_cpp REQUIRED) // target_link_libraries(... autobahn_cpp::autobahn_cpp ...)
Reference for exporting a target: https://youtu.be/bsXLMQ6WgIk?t=2260
How do you feel about this enhancement?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
autobahn_cpp interface may be exported so clients can use it like this
// in CMakeLists.txt
find_package(autobahn_cpp REQUIRED)
//
target_link_libraries(... autobahn_cpp::autobahn_cpp ...)
Reference for exporting a target: https://youtu.be/bsXLMQ6WgIk?t=2260
How do you feel about this enhancement?
The text was updated successfully, but these errors were encountered: