mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 20:32:21 +00:00
6 lines
99 B
CMake
6 lines
99 B
CMake
|
add_llvm_library(LLVMMIRParser
|
||
|
MIRParser.cpp
|
||
|
)
|
||
|
|
||
|
add_dependencies(LLVMMIRParser intrinsics_gen)
|