1
0
Fork 0

Adding Spectre/System/Stopwatch

This commit is contained in:
Henrik Hautakoski 2020-12-14 19:09:17 +01:00
parent 919aa7740a
commit f62373dcbc
3 changed files with 54 additions and 1 deletions

View file

@ -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", {