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 283 B

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