[ELF] Avoid make in elf::writeARMCmseImportLib
[llvm-project.git] / clang / unittests / Serialization / CMakeLists.txt
blobe7eebd0cb982399b4cc036f162fac13699d2f663
1 set(LLVM_LINK_COMPONENTS
2   BitReader
3   BitstreamReader
4   FrontendOpenMP
5   Support
6   )
8 add_clang_unittest(SerializationTests
9   ForceCheckFileInputTest.cpp
10   InMemoryModuleCacheTest.cpp
11   ModuleCacheTest.cpp
12   NoCommentsTest.cpp
13   PreambleInNamedModulesTest.cpp
14   SourceLocationEncodingTest.cpp
15   VarDeclConstantInitTest.cpp
16   )
18 clang_target_link_libraries(SerializationTests
19   PRIVATE
20   clangAST
21   clangBasic
22   clangFrontend
23   clangLex
24   clangSema
25   clangSerialization
26   clangTooling
27   clangASTMatchers
28   )