1
0
mirror of https://github.com/Kitware/CMake.git synced 2025-06-13 00:56:08 +08:00
CMake/Modules/CheckIncludeFile.cxx.in

7 lines
65 B
C++

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