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