https://github.com/Kitware/CMake
Raw File
Tip revision: 4b1df8320ef89a16a87d44b3d1d664a1b62bf909 authored by Kitware Robot on 28 July 2024, 04:01:23 UTC
CMake Nightly Date Stamp
Tip revision: 4b1df83
libcxx1.cxx
#include "libcxx1.h"

float LibCxx1Class::Method()
{
  return 2.0;
}
back to top