Files
cmake/Tests/RunCMake/cmake_language/nothing.h
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

9 lines
82 B
C

#ifndef NOTHING_H
#define NOTHING_H
#include <stdlib.h>
void nothing();
#endif