diff options
Diffstat (limited to 'lib/Basic')
-rw-r--r-- | lib/Basic/CMakeLists.txt | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/lib/Basic/CMakeLists.txt b/lib/Basic/CMakeLists.txt new file mode 100644 index 0000000000..37fa210df8 --- /dev/null +++ b/lib/Basic/CMakeLists.txt @@ -0,0 +1,13 @@ +set(LLVM_NO_RTTI 1) + +add_clang_library(clangBasic + Diagnostic.cpp + FileManager.cpp + IdentifierTable.cpp + LangOptions.cpp + SourceLocation.cpp + SourceManager.cpp + TargetInfo.cpp + Targets.cpp + TokenKinds.cpp + ) |