Sign in
android
/
platform
/
external
/
clang
/
ce6e0914bf4da10c6b6838daddfb1dc532b022af
/
.
/
unittests
/
Basic
/
CMakeLists.txt
blob: 3cb3cb8d3c8021cff16beebad3ec7dfaf9f2edf3 [
file
] [
log
] [
blame
]
set(LLVM_LINK_COMPONENTS
Support
)
add_clang_unittest(BasicTests
CharInfoTest.cpp
DiagnosticTest.cpp
FileManagerTest.cpp
SourceManagerTest.cpp
VirtualFileSystemTest.cpp
)
target_link_libraries(BasicTests
clangBasic
clangLex
)