blob: 58e0aee2d1076c2196af00872372003e84379d73 [file] [log] [blame]
if(APPLE OR CMAKE_SYSTEM_NAME MATCHES "Linux" OR CMAKE_SYSTEM_NAME STREQUAL Windows)
add_clang_unittest(DirectoryWatcherTests
DirectoryWatcherTest.cpp
LINK_LIBS
LLVMTestingSupport
clangDirectoryWatcher
LLVM_COMPONENTS
Support
)
endif()