llvm-6502/lib/Target/Mips/TargetInfo/CMakeLists.txt
Daniel Dunbar b384c85877 Add dependencies from TargetInfo onto .td generation.
- Shouldn't really be necessary, but currently .inc files get included into
   some main target headers.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@76349 91177308-0d34-0410-b5e6-96231b3b80d8
2009-07-19 00:21:12 +00:00

8 lines
194 B
CMake

include_directories( ${CMAKE_CURRENT_BINARY_DIR}/.. ${CMAKE_CURRENT_SOURCE_DIR}/.. )
add_llvm_library(LLVMMipsInfo
MipsTargetInfo.cpp
)
add_dependencies(LLVMMipsInfo MipsCodeGenTable_gen)