Current File : //usr/share/doc/cmake-2.8.12.2/Example/Demo/demo.cxx
#include "hello.h"

extern Hello hello;

int main()
{
  hello.Print();

  return 0;
}