1
0
mirror of https://github.com/Kitware/CMake.git synced 2025-10-19 02:17:27 +08:00
Files
CMake/Tests/GeneratorExpression/srcgenex_includes.h.in
2018-01-24 15:10:10 +01:00

8 lines
88 B
C

#if !defined @TARGET_NAME@_H
#define @TARGET_NAME@_H
int @TARGET_NAME@(void);
#endif