1
0
mirror of https://github.com/c64scene-ar/llvm-6502.git synced 2025-03-02 22:32:08 +00:00
2012-12-05 00:29:32 +00:00

9 lines
131 B
CMake

add_llvm_library(LLVMOption
Arg.cpp
ArgList.cpp
Option.cpp
OptTable.cpp
)
target_link_libraries(LLVMOption LLVMSupport)