fixes in SharedMemory unit test, premake build issue on Linux

This commit is contained in:
Erwin Coumans
2016-03-15 18:29:32 -07:00
parent 87e5128ba8
commit 005ef9d2f1
3 changed files with 21 additions and 14 deletions

View File

@@ -9,6 +9,7 @@ project ("Test_SharedMemoryPhysicsClient")
"Bullet3Common",
"LinearMath"
}
defines {"PHYSICS_SHARED_MEMORY"}
files {
"test.c",
@@ -189,4 +190,8 @@ project ("Test_PhysicsServerInProcessExampleBrowser")
"test.c",
"../../examples/ExampleBrowser/ExampleEntries.cpp",
}
if os.is("Linux") then
initX11()
end