Files
linux-packaging-mono/external/llvm-project/llvm/utils/not/CMakeLists.txt

6 lines
83 B
CMake
Raw Normal View History

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