diff options
Diffstat (limited to 'lib/Target/CppBackend')
-rw-r--r-- | lib/Target/CppBackend/CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/Target/CppBackend/CMakeLists.txt b/lib/Target/CppBackend/CMakeLists.txt new file mode 100644 index 0000000000..f8182b80c9 --- /dev/null +++ b/lib/Target/CppBackend/CMakeLists.txt @@ -0,0 +1,3 @@ +add_llvm_target(CppBackend + CPPBackend.cpp + ) |