mirror of
https://github.com/rizsotto/Bear.git
synced 2025-12-12 20:35:47 +01:00
11 lines
221 B
CMake
11 lines
221 B
CMake
add_subdirectory(nlohmann_json)
|
|
add_subdirectory(fmt)
|
|
add_subdirectory(spdlog)
|
|
add_subdirectory(grpc)
|
|
|
|
if (ENABLE_UNIT_TESTS)
|
|
add_subdirectory(googletest)
|
|
else ()
|
|
add_custom_target(googletest_dependency)
|
|
endif ()
|