llvm-6502/lib/Target/MSP430/TargetInfo/CMakeLists.txt
Daniel Dunbar 07598d72f0 Tweak cmake files for the four targets that don't split CodeGen out.
- We should canonicalize this and get rid of the cmake and llvm-config hacks to
   support both variants.


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

8 lines
195 B
CMake

include_directories( ${CMAKE_CURRENT_BINARY_DIR}/.. ${CMAKE_CURRENT_SOURCE_DIR}/.. )
add_llvm_library(LLVMMSP430Info
MSP430TargetInfo.cpp
)
add_dependencies(LLVMMSP430Info MSP430Table_gen)