1
0
mirror of https://github.com/Kitware/CMake.git synced 2025-06-20 19:55:10 +08:00
CMake/Example/Demo/demo.cxx
2001-12-20 08:16:58 -05:00

11 lines
88 B
C++

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