1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00
llvm-mirror/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)