6 lines
83 B
CMake
6 lines
83 B
CMake
|
add_llvm_utility(not
|
||
|
not.cpp
|
||
|
)
|
||
|
|
||
|
target_link_libraries(not PRIVATE LLVMSupport)
|