hanchenye-llvm-project/clang/tools/clang-check/CMakeLists.txt

6 lines
99 B
CMake
Raw Normal View History

set(LLVM_USED_LIBS clangTooling clangBasic)
add_clang_executable(clang-check
ClangCheck.cpp
)