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
9 lines
82 B
C
9 lines
82 B
C
#ifndef NOTHING_H
|
|
#define NOTHING_H
|
|
|
|
#include <stdlib.h>
|
|
|
|
void nothing();
|
|
|
|
#endif
|