ecorm / cppwamp

C++ client library for the WAMP protocol.
Boost Software License 1.0
35 stars 9 forks source link

Use CMake external projects instead of submodules #103

Closed ecorm closed 2 years ago

ecorm commented 8 years ago

Use CMake's ExternalProject_Add facility instead of git submodules. ExternalProject_Add could then take care of downloading and building the Boost libraries needed for unit testing and examples.

Also get rid of Qt Creator project files, since CMake-based projects are now well supported by Qt Creator.

ecorm commented 2 years ago

Done in 487bd06485c40bb0426b8d5f198dcc06c0b271fe. CppWAMP now uses CMake's FetchContent if the CPPWAMP_OPT_VENDORIZE option is set.