mirror of
https://github.com/apple/foundationdb.git
synced 2025-05-14 09:58:50 +08:00
8 lines
186 B
CMake
8 lines
186 B
CMake
add_subdirectory(fmt-8.1.1)
|
|
if(NOT WIN32)
|
|
add_subdirectory(debug_determinism)
|
|
add_subdirectory(monitoring)
|
|
add_subdirectory(TraceLogHelper)
|
|
add_subdirectory(TestHarness)
|
|
endif()
|