1
0
mirror of https://github.com/Kitware/CMake.git synced 2025-10-14 02:08:27 +08:00
Files
CMake/Modules/CheckIncludeFile.cxx.in
2002-11-08 15:46:08 -05:00

7 lines
65 B
C++

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