[Clang] prevent errors for deduction guides using deduced type aliases (#117450)
[llvm-project.git] / clang / unittests / DirectoryWatcher / CMakeLists.txt
blob38882c9ec216259f2064fd999690b80629c0a222
1 if(APPLE OR CMAKE_SYSTEM_NAME MATCHES "Linux" OR CMAKE_SYSTEM_NAME STREQUAL Windows)
3   set(LLVM_LINK_COMPONENTS
4     Support
5     )
7   add_clang_unittest(DirectoryWatcherTests
8     DirectoryWatcherTest.cpp
9     )
11   target_link_libraries(DirectoryWatcherTests
12     PRIVATE
13     LLVMTestingSupport
14     clangDirectoryWatcher
15     )
17 endif()