Sign in
llvm
/
llvm-project
/
6a57af8d0367eb22e3da9fc0957d74cb2f61c45c
/
.
/
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()