https://github.com/Kitware/CMake
Raw File
Tip revision: 6fb747a01c27a2226fe4cbf77bc19e6d21286f81 authored by Brad King on 30 September 2019, 19:30:00 UTC
CMake 3.15.4
Tip revision: 6fb747a
libcxx1.cxx
#include "libcxx1.h"

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