mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-02 00:42:52 +01:00
f5a95d9e81
- We should canonicalize this and get rid of the cmake and llvm-config hacks to support both variants. llvm-svn: 76350
8 lines
195 B
CMake
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)
|