llvm-6502/utils/not/CMakeLists.txt
2014-02-10 10:52:19 +00:00

6 lines
75 B
CMake

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