https://github.com/Kitware/CMake
Raw File
Tip revision: 9bbfbd54ba04e07b0bf2eb8bb1056bca53d639c5 authored by Brad King on 13 December 2018, 11:44:30 UTC
CMake 3.13.2
Tip revision: 9bbfbd5
libcxx2.cxx
#include "libcxx2.h"

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