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
TestForANSIStreamHeaders.cxx
#include <iostream>

int main(int,char *[])
{
  return 0;
}
back to top