mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-08 08:09:42 -06:00
13 lines
134 B
C
13 lines
134 B
C
int srcgenex(void)
|
|
{
|
|
return 0;
|
|
}
|
|
|
|
int main(int argc, char* argv[])
|
|
{
|
|
#ifndef NAME
|
|
#error NAME not defined
|
|
#endif
|
|
return NAME();
|
|
}
|