mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-17 00:57:54 +00:00
aca95eac72
- Shouldn't really be necessary, but currently .inc files get included into some main target headers. llvm-svn: 76349
8 lines
206 B
CMake
8 lines
206 B
CMake
include_directories( ${CMAKE_CURRENT_BINARY_DIR}/.. ${CMAKE_CURRENT_SOURCE_DIR}/.. )
|
|
|
|
add_llvm_library(LLVMCellSPUInfo
|
|
CellSPUTargetInfo.cpp
|
|
)
|
|
|
|
add_dependencies(LLVMCellSPUInfo CellSPUCodeGenTable_gen)
|