allwinner_a64/android/external/llvm/utils/not/CMakeLists.txt
2018-08-08 16:14:42 +08:00

5 lines
75 B
CMake

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