Added C++ base components and example

This commit is contained in:
Michael Jacobsen 2015-08-19 08:38:15 +02:00 committed by Angus Gratton
parent 94fabc6ceb
commit 627b78331a
11 changed files with 586 additions and 2 deletions

View file

@ -0,0 +1,3 @@
# Simple makefile for simple example
PROGRAM=cpp_01_tasks
include ../../common.mk