Sign in
llvm
/
llvm-project
/
0df1a52852f570fb72c25f88f94f9b51e4689f1d
/
.
/
clang
/
unittests
/
DirectoryWatcher
/
CMakeLists.txt
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()