mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-06 06:33:24 +00:00
7 lines
125 B
CMake
7 lines
125 B
CMake
|
set(LLVM_TARGET_DEFINITIONS PTX.td)
|
||
|
|
||
|
add_llvm_target(PTXCodeGen
|
||
|
)
|
||
|
|
||
|
target_link_libraries (LLVMPTXCodeGen LLVMSelectionDAG)
|