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 d308687782
commit 3d8ed11087
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