https://github.com/Kitware/CMake
Raw File
Tip revision: 7f8f6dbf45aa5250281c7e383e3d32599590564b authored by David Cole on 30 December 2011, 16:05:59 UTC
CMake 2.8.7
Tip revision: 7f8f6db
CheckIncludeFile.cxx.in
#include <${CHECK_INCLUDE_FILE_VAR}>

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