https://github.com/Kitware/CMake
Raw File
Tip revision: 4abdee6ba3a5234f6b5fb9d6441ef09c99d79ca7 authored by Brad King on 05 November 2013, 17:30:20 UTC
CMake 2.8.12.1
Tip revision: 4abdee6
CheckIncludeFile.cxx.in
#include <${CHECK_INCLUDE_FILE_VAR}>

int main()
{
  return 0;
}
back to top