Make command line parser class
commitdc92cd935489fd0434c251df00445729893c5c33
authorAndreas Düring <github@duering-andreas.de>
Sat, 26 Nov 2016 13:28:14 +0000 (26 14:28 +0100)
committerAndreas Düring <github@duering-andreas.de>
Sat, 26 Nov 2016 13:28:14 +0000 (26 14:28 +0100)
tree2e036992d030d82ef71a21c72cd52b6832125058
parent747792ac0dbf6d22861c3cf9027863c8bc41ddef
Make command line parser class

  and wrap boost-po in a subclass
src/BoostPoCommandLineParser.cpp [new file with mode: 0644]
src/BoostPoCommandLineParser.h [new file with mode: 0644]
src/CMakeLists.txt
src/CommandLineParser.h [new file with mode: 0644]
src/main.cpp