Adding Spectre/System/Stopwatch
This commit is contained in:
parent
919aa7740a
commit
f62373dcbc
3 changed files with 54 additions and 1 deletions
|
|
@ -34,7 +34,8 @@ local system_module = Module("source/System", {
|
|||
"MessageQueue.cpp",
|
||||
"Event.cpp",
|
||||
"EventListener.cpp",
|
||||
"Log.cpp"
|
||||
"Log.cpp",
|
||||
"Stopwatch.cpp"
|
||||
})
|
||||
|
||||
local platform_common_module = Module("source/Platform", {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue