https://github.com/Kitware/CMake
Raw File
Tip revision: 63d21c1f8efeb2f2337221119c479d75bbb0b7c0 authored by David Cole on 03 November 2010, 17:38:38 UTC
CMake 2.8.3
Tip revision: 63d21c1
TestForANSIStreamHeaders.cxx
#include <iostream>

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