mirror of
https://github.com/UltraCoderRU/telebotxx.git
synced 2026-01-28 04:05:13 +00:00
Update dependencies. Rewrite tests to use Catch2 library. Add CMake option to use LLVM libc++. Delete bootstrap theme for Doxygen.
6 lines
103 B
CMake
6 lines
103 B
CMake
include(cpr.cmake)
|
|
include(rapidjson.cmake)
|
|
|
|
if (TELEBOTXX_BUILD_TESTS)
|
|
include(Catch2.cmake)
|
|
endif()
|