telebotxx/ext/CMakeLists.txt
Kirill Kirilenko 0c71edab8b Switch to C++17.
Update dependencies.
Rewrite tests to use Catch2 library.
Add CMake option to use LLVM libc++.
Delete bootstrap theme for Doxygen.
2020-11-30 14:12:21 +03:00

6 lines
103 B
CMake

include(cpr.cmake)
include(rapidjson.cmake)
if (TELEBOTXX_BUILD_TESTS)
include(Catch2.cmake)
endif()