1
0
mirror of https://github.com/Kitware/CMake.git synced 2025-06-24 21:19:12 +08:00
CMake/Tests/GeneratorExpression/srcgenex_includes.c.in

13 lines
133 B
C

#include "@TARGET_NAME@.h"
int @TARGET_NAME@(void)
{
return 0;
}
int main(int argc, char* argv[])
{
return @TARGET_NAME@();
}