diff options
author | Oscar Fuentes <ofv@wanadoo.es> | 2008-10-25 03:40:32 +0000 |
---|---|---|
committer | Oscar Fuentes <ofv@wanadoo.es> | 2008-10-25 03:40:32 +0000 |
commit | 28df32b559c358edfa9ae875eb25a6f086306c13 (patch) | |
tree | 62c490a80c8e83bd5cee2c637bdb9b553ba4d7c9 | |
parent | de98db33fb10a13ead2fa56d6d4c944cedb8fbad (diff) |
CMake: lib/Target/ARM/AsmPrinter/CMakeLists.txt added.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@58133 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | lib/Target/ARM/AsmPrinter/CMakeLists.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/Target/ARM/AsmPrinter/CMakeLists.txt b/lib/Target/ARM/AsmPrinter/CMakeLists.txt new file mode 100644 index 0000000000..524a748665 --- /dev/null +++ b/lib/Target/ARM/AsmPrinter/CMakeLists.txt @@ -0,0 +1,9 @@ +include_directories( ${CMAKE_CURRENT_BINARY_DIR}/.. ${CMAKE_CURRENT_SOURCE_DIR}/.. ) + +add_partially_linked_object(LLVMARMAsmPrinter + ARMAsmPrinter.cpp + ) + +target_name_of_partially_linked_object(LLVMARMCodeGen n) + +add_dependencies(LLVMARMAsmPrinter ${n}) |