2024-02-05 06:24:48 -05:00
|
|
|
add_subdirectory(boost)
|
|
|
|
add_subdirectory(tomlplusplus)
|
2024-03-10 06:34:42 -04:00
|
|
|
|
2024-03-10 06:51:20 -04:00
|
|
|
set(SPDLOG_USE_STD_FORMAT ON)
|
2024-03-21 08:18:18 -04:00
|
|
|
add_subdirectory(spdlog)
|
|
|
|
|
|
|
|
if(LS_BUILD_TESTING)
|
|
|
|
add_subdirectory(catch2)
|
|
|
|
endif()
|