JulNadeauCA/libagar
CMakeChecks.cmake
:3605
check_c_source_compiles("
#include <xtl.h>
#ifndef _XBOX
# error undefined
#endif
int
main(int argc, char *argv[])
{
return (0);
}
" HAVE_XBOX)
check_c_source_compiles("
#include <xtl.h>
#ifndef _XBOX
# error undefined
#endif
int
main(int argc, char *argv[])
{
return (0);
}
" HAVE_XBOX)