1
0
mirror of https://github.com/Kitware/CMake.git synced 2025-06-16 17:03:54 +08:00
CMake/Modules/CheckIncludeFile.c.in
2002-09-20 14:16:43 -04:00

7 lines
65 B
C

#include <${CHECK_INCLUDE_FILE_VAR}>
int main()
{
return 0;
}