https://github.com/Kitware/CMake
Raw File
Tip revision: 9f3546bbb44e23b97ea226fce155330eb352f75b authored by Brad King on 13 June 2016, 14:28:02 UTC
CMake 3.6.0-rc2
Tip revision: 9f3546b
TestForANSIStreamHeaders.cxx
#include <iostream>

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