hunting/tools/clang-tidy/CMakeLists.txt
2024-06-15 08:39:16 +08:00

7 lines
189 B
CMake

add_custom_target(
compile_llvm
COMMAND echo "Compile llvm."
COMMAND git clone https://github.com/llvm/llvm-project.git
WORKING_DIRECTORY ${IPC_SDK_PATH}/tools/clang-tidy
)