llvm-6502/lib/Target/XCore/TargetInfo/CMakeLists.txt
Chandler Carruth 61377a1f3c Switch another of the old dependencies on implicitly produced synthetic
rules to the new explicitly listed TableGen rules. Somehow I missed this
in my original sweep.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@136567 91177308-0d34-0410-b5e6-96231b3b80d8
2011-07-30 10:10:23 +00:00

14 lines
281 B
CMake

include_directories( ${CMAKE_CURRENT_BINARY_DIR}/.. ${CMAKE_CURRENT_SOURCE_DIR}/.. )
add_llvm_library(LLVMXCoreInfo
XCoreTargetInfo.cpp
)
add_llvm_library_dependencies(LLVMXCoreInfo
LLVMMC
LLVMSupport
LLVMTarget
)
add_dependencies(LLVMXCoreInfo XCoreCommonTableGen)