llvm-for-llvmta/utils/not/CMakeLists.txt
Nils Hölscher 3500bf8dde first commit
2022-04-25 10:02:23 +02:00

6 lines
83 B
CMake

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