summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorErwin Coumans <erwin.coumans@gmail.com>2017-05-13 13:58:05 -0700
committerErwin Coumans <erwin.coumans@gmail.com>2017-05-13 13:58:05 -0700
commit8b90885cf6b4993cbb451c1a882a93121b69c4df (patch)
tree23f0f60066d7103daa19deb3de9e477cfb34df2c /test
parente954374e5616a5c7c49458874d15fe7871875bd6 (diff)
downloadbullet3-8b90885cf6b4993cbb451c1a882a93121b69c4df.tar.gz
more compile fixes
Diffstat (limited to 'test')
-rw-r--r--test/SharedMemory/premake4.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/SharedMemory/premake4.lua b/test/SharedMemory/premake4.lua
index f4e3fccb5..6f8c6df9d 100644
--- a/test/SharedMemory/premake4.lua
+++ b/test/SharedMemory/premake4.lua
@@ -204,6 +204,8 @@ project ("Test_PhysicsServerLoopBack")
"../../examples/Utils/RobotLoggingUtil.h",
"../../examples/Utils/b3Clock.cpp",
"../../examples/Utils/b3Clock.h",
+ "../../examples/Utils/ChromeTraceUtil.cpp",
+ "../../examples/Utils/ChromeTraceUtil.h",
"../../examples/ThirdPartyLibs/tinyxml/tinystr.cpp",
"../../examples/ThirdPartyLibs/tinyxml/tinyxml.cpp",
"../../examples/ThirdPartyLibs/tinyxml/tinyxmlerror.cpp",