From 467e235bb1f647b618763280ca2a1ce13dcdbd72 Mon Sep 17 00:00:00 2001 From: Mikko Rasa Date: Thu, 25 Aug 2016 23:29:54 +0300 Subject: [PATCH 1/1] Move the helloworld example into a subdirectory --- Build | 2 +- helloworld.cpp => examples/helloworld.cpp | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename helloworld.cpp => examples/helloworld.cpp (100%) diff --git a/Build b/Build index ea9ef31..969993e 100644 --- a/Build +++ b/Build @@ -20,7 +20,7 @@ package "mspgltk" program "helloworld" { - source "helloworld.cpp"; + source "examples/helloworld.cpp"; require "sigc++-2.0"; use "mspgltk"; }; diff --git a/helloworld.cpp b/examples/helloworld.cpp similarity index 100% rename from helloworld.cpp rename to examples/helloworld.cpp -- 2.43.0