diff enigma/examples/SConscript @ 18:aa7a4298d609 0.1

Added a LICENSE, README, and an example.
author Brian Neal <bgneal@gmail.com>
date Wed, 11 Jul 2012 20:19:35 -0500
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/enigma/examples/SConscript	Wed Jul 11 20:19:35 2012 -0500
@@ -0,0 +1,3 @@
+Import('env')
+
+env.Program('example1', ['example1.cpp'])