setup neurons library and some script to test this lib

This commit is contained in:
2024-04-16 21:14:30 +02:00
parent 4d80d44f70
commit 2ef9a6b7c4
10 changed files with 397 additions and 4 deletions
+3 -4
View File
@@ -70,10 +70,9 @@ $(DEPS):
$(MAKE) -C $@ $(MAKECMDGOALS)
update_headers: $(PROJECT_LIB)
for file_h in $(DEPS); do
cd ${file_h}/src
#cp --parents "$$file_h/include/" include_neurons/; done
cp --parents "*/*.h" "$(INCLUDE_HEADERS_NEURONS)/" ;
for file_h in $(DEPS); do \
cd "$$file_h/src" ; \
cp --parents */*.h $(INCLUDE_HEADERS_NEURONS)/ ; \
done