foundationdb/contrib/CMakeLists.txt

6 lines
120 B
CMake
Raw Normal View History

2020-03-26 08:36:47 +08:00
if(NOT WIN32)
add_subdirectory(monitoring)
add_subdirectory(TraceLogHelper)
add_subdirectory(TestHarness)
endif()