[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git] / clang / unittests / Serialization / CMakeLists.txt
blobcfb4089167aadc1469beff1eff2556b6b1e277a4
1 set(LLVM_LINK_COMPONENTS
2   BitReader
3   BitstreamReader
4   Support
5   )
7 add_clang_unittest(SerializationTests
8   InMemoryModuleCacheTest.cpp
9   ModuleCacheTest.cpp
10   SourceLocationEncodingTest.cpp
11   )
13 clang_target_link_libraries(SerializationTests
14   PRIVATE
15   clangAST
16   clangBasic
17   clangFrontend
18   clangLex
19   clangSema
20   clangSerialization
21   )