mirror of
https://github.com/apple/foundationdb.git
synced 2025-06-02 19:25:52 +08:00
7 lines
148 B
CMake
7 lines
148 B
CMake
add_subdirectory(fmt-8.0.1)
|
|
if(NOT WIN32)
|
|
add_subdirectory(monitoring)
|
|
add_subdirectory(TraceLogHelper)
|
|
add_subdirectory(TestHarness)
|
|
endif()
|