https://github.com/Kitware/CMake
Raw File
Tip revision: cae437457cd3859ab95af83303bb826eecd7e36f authored by Bill Hoffman on 28 April 2009, 18:58:33 UTC
ENH: final 2.6.4 release
Tip revision: cae4374
libcxx2.cxx
#include "libcxx2.h"

float LibCxx2Class::Method()
{
  return 1.0;
}
back to top