Externalised the CLI parsing.
This commit is contained in:
parent
cbc9a7a686
commit
4cfab2eaa0
5 changed files with 62 additions and 14 deletions
|
|
@ -23,7 +23,7 @@ prpa_LDADD = \
|
|||
lib/libfilterSample.a \
|
||||
lib/libencoder.a
|
||||
|
||||
prpa_SOURCES = src/main.cc
|
||||
prpa_SOURCES = src/main.cc src/configuration.cc
|
||||
|
||||
prpa_LDFLAGS = \
|
||||
$(BOOST_LDFLAGS) \
|
||||
|
|
|
|||
Reference in a new issue