mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-04 22:07:27 +00:00
b384c85877
- 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
8 lines
198 B
CMake
8 lines
198 B
CMake
include_directories( ${CMAKE_CURRENT_BINARY_DIR}/.. ${CMAKE_CURRENT_SOURCE_DIR}/.. )
|
|
|
|
add_llvm_library(LLVMAlphaInfo
|
|
AlphaTargetInfo.cpp
|
|
)
|
|
|
|
add_dependencies(LLVMAlphaInfo AlphaCodeGenTable_gen)
|