core/util: Added CommandLine interface (for bochs)
This commit is contained in:
@ -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:
|
||||
|
||||
Reference in New Issue
Block a user