- added JSON for project support

git-svn-id: http://moon:8086/svn/software/trunk/projects/Rbm@573 b431acfa-c32f-4a4a-93f1-934dc6c82436
This commit is contained in:
2019-10-24 20:07:03 +00:00
parent 8f7e17e03c
commit 836f933530
2 changed files with 61 additions and 6 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ CONFIG ?= release
SRCS := source/main.cpp source/Rbm.cpp source/noise.c
LIBS := -larmadillo
LIBS := -larmadillo -ljsoncpp
BUILD_DIR := ./build/${CONFIG}
all: ${BUILD_DIR}/main.elf