Files
Bear-mirror/third_party/CMakeLists.txt
2021-04-05 23:35:57 +10:00

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 ()