autobahn-cppΒΆ

This is a C++11 library. On Windows only VS14 is supported.

set (CMAKE_CXX_STANDARD11)
hunter_add_package(autobahn-cpp)
find_package(autobahn-cpp CONFIG REQUIRED)
target_link_libraries(... autobahn-cpp::autobahn-cpp)