https://github.com/Kitware/CMake
Raw File
Tip revision: 1bb4c7be11b2fb7a19aeedfffdbb341553aae9d2 authored by David Cole on 15 February 2011, 15:31:54 UTC
CMake 2.8.4
Tip revision: 1bb4c7b
TestForANSIStreamHeaders.cxx
#include <iostream>

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