https://github.com/Kitware/CMake
Raw File
Tip revision: 1d3b35fd8a59c6f987b4caab17330955dbaf32bc authored by Brad King on 26 November 2012, 18:04:20 UTC
CMake 2.8.10.2
Tip revision: 1d3b35f
TestForANSIStreamHeaders.cxx
#include <iostream>

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