1
0
mirror of https://github.com/c64scene-ar/llvm-6502.git synced 2025-02-23 20:29:30 +00:00
2014-02-10 10:52:19 +00:00

6 lines
75 B
CMake

add_llvm_utility(not
not.cpp
)
target_link_libraries(not LLVMSupport)