meson/test cases/cmake/8 custom command/subprojects/cmMod
L. E. Segovia 9797f7682b cmake: Fix blunt target filtering skipping GENERATED dependencies
GENERATED files can be used as dependencies for other targets, so it's
misguided (at best) to filter them with a blunt whitelist.

However, there does exist an extension that needs to be skipped: on Windows +
MSVC, CMake will by default try to generate a Visual Studio project, and
there dependencies with no inputs are instead tied to a dummy .rule
input file which is created by the generation step. The fileapi will
still report those, so it will cause Meson to bail out when it realises
there's no such file in the build tree.

Fixes #11607
2024-01-16 11:00:26 -08:00
..
cpyTest CMake module: Allow paths of generated CMake sources for include directories 2020-08-30 23:53:00 +02:00
mycpy cmake: Add test case 2022-05-24 18:00:49 -04:00
CMakeLists.txt cmake: Fix blunt target filtering skipping GENERATED dependencies 2024-01-16 11:00:26 -08:00
args_test.cpp cmake: Some minor fixup 2019-11-28 11:07:20 +01:00
cmMod.cpp cmake: Fix blunt target filtering skipping GENERATED dependencies 2024-01-16 11:00:26 -08:00
cmMod.hpp cmake: Added custom_target test case 2019-06-28 13:22:38 +02:00
cp.cpp cmake: Make output_target_map more robust (fixes #6208) 2019-11-30 22:00:18 +02:00
cpyBase.cpp.am cmake: Fix blunt target filtering skipping GENERATED dependencies 2024-01-16 11:00:26 -08:00
cpyBase.hpp.am cmake: Added custom_target test case 2019-06-28 13:22:38 +02:00
cpyInc.hpp.am cmake: Detect custom command targets in compiler args 2020-08-09 19:36:38 +03:00
cpyNext.cpp.am cmake: Make output_target_map more robust (fixes #6208) 2019-11-30 22:00:18 +02:00
cpyNext.hpp.am cmake: Make output_target_map more robust (fixes #6208) 2019-11-30 22:00:18 +02:00
cpyTest.cpp CMake module: Allow paths of generated CMake sources for include directories 2020-08-30 23:53:00 +02:00
genMain.cpp cmake: Capture stdout with UNIX pipes 2020-04-12 15:11:54 +02:00
macro_name.cpp cmake: Detect custom command targets in compiler args 2020-08-09 19:36:38 +03:00