onnx-mlir/src/CMakeLists.txt

9 lines
322 B
CMake
Raw Normal View History

2019-12-20 03:24:37 +08:00
add_executable(onnf main.cpp)
target_link_libraries(onnf builder compiler ${MLIRLibs} ${Boost_LIBRARIES})
whole_archive_link_mlir(onnf ${MLIRWholeArchiveLibs})
target_include_directories(onnf PRIVATE ${CMAKE_SOURCE_DIR})
target_include_directories(onnf PRIVATE ${CMAKE_BINARY_DIR})
install(TARGETS onnf DESTINATION bin)