mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
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.
18 lines
329 B
CMake
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)
|