Adding sim and test
This commit is contained in:
4
Makefile
4
Makefile
@ -12,11 +12,12 @@ REQUIRED+=calc
|
||||
REQUIRED+=stream
|
||||
|
||||
# DB files to include in the release
|
||||
TEMPLATES += db/channels.db
|
||||
TEMPLATES += db/counterbox_4ch.db
|
||||
TEMPLATES += db/counterbox_8ch.db
|
||||
TEMPLATES += db/counterbox_common.db
|
||||
TEMPLATES += db/counterbox_v2.db
|
||||
TEMPLATES += db/counterbox_v2_test.db
|
||||
TEMPLATES += db/counterbox_common.db
|
||||
TEMPLATES += db/counterbox.proto
|
||||
|
||||
# DBD files to include in the release
|
||||
@ -28,6 +29,7 @@ SOURCES += src/counterbox.cpp
|
||||
SCRIPTS += scripts/counterbox_4ch.cmd
|
||||
SCRIPTS += scripts/counterbox_8ch.cmd
|
||||
SCRIPTS += scripts/counterbox_v2.cmd
|
||||
SCRIPTS += sim/counterbox_sim.py
|
||||
|
||||
CXXFLAGS += -std=c++17
|
||||
USR_CFLAGS += -Wall -Wextra #-Werror
|
||||
|
Reference in New Issue
Block a user