Files
CMake/Tests/GeneratorExpression/srcgenex_flags_COMPILE_LANGUAGE.c
2017-12-13 16:35:22 +01:00

13 lines
157 B
C

int srcgenex_flags_COMPILE_LANGUAGE(void)
{
return 0;
}
int main(int argc, char* argv[])
{
#ifndef NAME
#error NAME not defined
#endif
return NAME();
}