You can not select more than 25 topics
Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- add_custom_command(
- OUTPUT link_sh
- COMMAND ${CMAKE_COMMAND} -E create_symlink
- ${PROJECT_SOURCE_DIR}/tools/mlir/mgb-file-check/mgb-file-check.sh
- ${PROJECT_BINARY_DIR}/tools/mlir/mgb-file-check/mgb-file-check
- )
-
- add_custom_target(mgb-file-check DEPENDS link_sh)
|