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