mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
Print CMake entities' properties in human-readable form for debugging. Issue: #27513
8 lines
166 B
CMake
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"
|
|
)
|