cmake: Add test case

pull/10424/head
Daniel Mensinger 3 years ago committed by Eli Schwartz
parent ac31eb49d6
commit 35b3522065
  1. 4
      test cases/cmake/8 custom command/subprojects/cmMod/CMakeLists.txt
  2. 1
      test cases/cmake/8 custom command/subprojects/cmMod/mycpy/.gitkeep

@ -157,3 +157,7 @@ add_custom_target(clang-format COMMAND clang-format -i cmMod.cpp)
add_dependencies(cmModLib args_test_cmd tgtCpyTest4)
add_dependencies(args_test_cmd macro_name_cmd;gen;mycpy)
# Reproduce https://github.com/mesonbuild/meson/issues/10244
add_custom_target(mycpy.all)
add_dependencies(mycpy.all mycpy)

@ -0,0 +1 @@
# Required to reproduce https://github.com/mesonbuild/meson/issues/10244
Loading…
Cancel
Save