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.

CMakeLists.txt 275 B

12345678
  1. add_custom_command(
  2. OUTPUT link_sh
  3. COMMAND
  4. ${CMAKE_COMMAND} -E create_symlink
  5. ${PROJECT_SOURCE_DIR}/tools/mlir/mgb-file-check/mgb-file-check.sh
  6. ${PROJECT_BINARY_DIR}/tools/mlir/mgb-file-check/mgb-file-check)
  7. add_custom_target(mgb-file-check DEPENDS link_sh)