Bugfix/bacmini-updates-with-program-object-and-cmake (#941)

* Added bacmini example app with minimal analog and binary objects  (#934)

* Fixed bacmini app build for Makefile and CMake

* Changed the folder for bacmini application to server-mini

---------

Co-authored-by: Ben Bartling <ben.bartling@gmail.com>
This commit is contained in:
Steve Karg
2025-03-13 17:18:47 -05:00
committed by GitHub
parent d7858c0b3a
commit f1ea03647f
6 changed files with 437 additions and 4 deletions
+4
View File
@@ -214,6 +214,10 @@ server-client:
server-discover:
$(MAKE) LEGACY=true -s -C apps $@
.PHONY: server-mini
server-mini:
$(MAKE) LEGACY=true NOTIFY=false -s -C apps $@
.PHONY: sc-hub
sc-hub:
$(MAKE) BACDL=bsc -s -C apps $@