diff options
Diffstat (limited to 'llvm/lib/Target/CppBackend')
| -rw-r--r-- | llvm/lib/Target/CppBackend/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/lib/Target/CppBackend/CMakeLists.txt b/llvm/lib/Target/CppBackend/CMakeLists.txt index f8182b80c94..e9375599511 100644 --- a/llvm/lib/Target/CppBackend/CMakeLists.txt +++ b/llvm/lib/Target/CppBackend/CMakeLists.txt @@ -1,3 +1,5 @@ add_llvm_target(CppBackend CPPBackend.cpp ) + +add_subdirectory(TargetInfo) |

