CMake/Tests/LoadCommandOneConfig/LoadedCommand.cxx

9 lines
75 B
C++

int main ()
{
#ifdef CMAKE_IS_FUN
return 0;
#else
return 1;
#endif
}