diff options
Diffstat (limited to 'lib/FrontendTool/CMakeLists.txt')
-rw-r--r-- | lib/FrontendTool/CMakeLists.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/FrontendTool/CMakeLists.txt b/lib/FrontendTool/CMakeLists.txt new file mode 100644 index 0000000..26c9fc7 --- /dev/null +++ b/lib/FrontendTool/CMakeLists.txt @@ -0,0 +1,5 @@ +set(LLVM_NO_RTTI 1) + +add_clang_library(clangFrontendTool + ExecuteCompilerInvocation.cpp + ) |