Sign in
chromium
/
native_client
/
pnacl-clang
/
cf0dc7f6e6123dfa9b8834b56743315300b34e6c
/
.
/
unittests
/
Format
/
CMakeLists.txt
blob: 4a7ab794187b7790669a68b890ff20c4f4c7549b [
file
]
set(LLVM_LINK_COMPONENTS
Support
)
add_clang_unittest(FormatTests
FormatTest.cpp
FormatTestJava.cpp
FormatTestJS.cpp
FormatTestProto.cpp
)
target_link_libraries(FormatTests
clangFormat
clangToolingCore
)