cmake/Example/Demo/demo.cxx
2013-03-16 19:13:01 +02:00

11 lines
86 B
C++

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