onnx-mlir/src/CMakeLists.txt

11 lines
200 B
CMake
Raw Normal View History

2019-12-20 03:24:37 +08:00
add_executable(onnf main.cpp)
target_include_directories(onnf PRIVATE ..)
target_link_libraries(onnf
builder
${Boost_LIBRARIES}
)