core/util: Added CommandLine interface (for bochs)

This commit is contained in:
Christian Dietrich
2013-03-11 15:27:45 +01:00
parent c1f32f5a98
commit ad3c185b61
7 changed files with 177 additions and 7 deletions

View File

@ -1,4 +1,6 @@
set(SRCS
CommandLine.cc
CommandLine.hpp
ElfReader.cc
ElfReader.hpp
Demangler.hpp
@ -20,6 +22,7 @@ set(SRCS
SynchronizedQueue.hpp
WallclockTimer.cc
WallclockTimer.hpp
)
# required by ProtoStream.cc: