NAKAMURA Takumi 98bb341955 [CMake] Prune include_directories() in llvm/lib/Target, take #2.
I forgot to commit them. They were staging in my local repo.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@195924 91177308-0d34-0410-b5e6-96231b3b80d8
2013-11-28 15:30:37 +00:00

6 lines
118 B
CMake

add_llvm_library(LLVMSystemZInfo
SystemZTargetInfo.cpp
)
add_dependencies(LLVMSystemZInfo SystemZCommonTableGen)