SSX3LobbyServer/third_party/CMakeLists.txt

9 lines
169 B
CMake

add_subdirectory(boost)
add_subdirectory(tomlplusplus)
set(SPDLOG_USE_STD_FORMAT ON)
add_subdirectory(spdlog)
if(LS_BUILD_TESTING)
add_subdirectory(catch2)
endif()