Files
Marc Chevrier e2a38a3990 GenEx SOURCE_PROPERTY
This feature is required for the support of the future feature of
pattern rules (see #27383).

But it is also a valuable addition in the context of custom command and target.
2026-01-21 16:03:30 +01:00

18 lines
329 B
CMake

include(RunCMake)
run_cmake(no-arguments)
run_cmake(bad-arguments)
run_cmake(no-source)
run_cmake(bad-source)
run_cmake(no-property)
run_cmake(bad-property)
run_cmake(bad-option)
run_cmake(no-DIRECTORY)
run_cmake(bad-DIRECTORY)
run_cmake(no-TARGET_DIRECTORY)
run_cmake(bad-TARGET_DIRECTORY)
run_cmake(Local)
run_cmake(Subdir)