CMake/Tests/LoadCommandOneConfig/LoadedCommand.cxx

9 lines
75 B
C++
Raw Normal View History

2002-09-17 00:27:00 +04:00
int main ()
{
#ifdef CMAKE_IS_FUN
return 0;
#else
return 1;
#endif
}