- add radio to build system

- added farrow test

git-svn-id: http://moon:8086/svn/software/trunk/libsrc/cpp@946 b431acfa-c32f-4a4a-93f1-934dc6c82436
This commit is contained in:
2022-06-13 05:44:11 +00:00
parent ff2415af84
commit bf56af361f
6 changed files with 139 additions and 29 deletions
+6
View File
@@ -0,0 +1,6 @@
MAKE_HOME ?= /home/jens/work/software/make
CONFIG ?= debug
BUILD_DIR ?= ./build/${CONFIG}
LIBSRC_PATH ?= $(realpath ../../../libsrc)
BLAZE_PATH ?= $(realpath ../../../extlib/blaze)