Files
cmake/Tests/RunCMake/cmake_language/PrintPropertiesRegexRequiresTargets.cmake
T
Tom Osika 2a2012e913 cmake_language: Add PRINT_PROPERTIES operation
Print CMake entities' properties in human-readable form for debugging.

Issue: #27513
2026-08-10 17:41:05 -04:00

8 lines
166 B
CMake

# Regex filters are only valid with the TARGETS scope and ALL.
cmake_language(
PRINT_PROPERTIES
SOURCES nothing.c
NAMED LANGUAGE
PROPERTY_NAME_REGEX "LANG"
)