CMakeLists.txt   [plain text]


add_llvm_utility(not
  not.cpp
  )

target_link_libraries(not LLVMSupport)