CMake/Example/Demo/demo.cxx

11 lines
86 B
C++

#include "hello.h"
extern Hello hello;
int main()
{
hello.Print();
return 0;
}