crossbario / autobahn-cpp

WAMP for C++ in Boost/Asio
https://crossbar.io/autobahn
Boost Software License 1.0
251 stars 104 forks source link

Exporting autobahn_cpp interface #198

Open Acu43 opened 5 years ago

Acu43 commented 5 years ago

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?