llvm-project/clang/lib/FrontendTool/CMakeLists.txt

6 lines
93 B
CMake

set(LLVM_NO_RTTI 1)
add_clang_library(clangFrontendTool
ExecuteCompilerInvocation.cpp
)