2015-07-31 06:22:44 +00:00
|
|
|
project ("Test_SharedMemoryPhysicsClient")
|
|
|
|
|
|
|
|
language "C++"
|
|
|
|
kind "ConsoleApp"
|
|
|
|
|
|
|
|
includedirs {"../../src", "../../examples/SharedMemory"}
|
|
|
|
links {
|
|
|
|
"BulletFileLoader",
|
|
|
|
"Bullet3Common",
|
|
|
|
"LinearMath"
|
|
|
|
}
|
|
|
|
|
|
|
|
files {
|
|
|
|
"test.c",
|
|
|
|
"../../examples/SharedMemory/PhysicsClient.cpp",
|
|
|
|
"../../examples/SharedMemory/PhysicsClient.h",
|
2015-09-25 05:50:34 +00:00
|
|
|
"../../examples/SharedMemory/PhysicsClientSharedMemory.cpp",
|
|
|
|
"../../examples/SharedMemory/PhysicsClientSharedMemory.h",
|
2015-07-31 06:22:44 +00:00
|
|
|
"../../examples/SharedMemory/PhysicsClientC_API.cpp",
|
|
|
|
"../../examples/SharedMemory/PhysicsClientC_API.h",
|
|
|
|
"../../examples/SharedMemory/Win32SharedMemory.cpp",
|
|
|
|
"../../examples/SharedMemory/Win32SharedMemory.h",
|
|
|
|
"../../examples/SharedMemory/PosixSharedMemory.cpp",
|
|
|
|
"../../examples/SharedMemory/PosixSharedMemory.h",
|
|
|
|
"../../examples/Utils/b3ResourcePath.cpp",
|
|
|
|
"../../examples/Utils/b3ResourcePath.h",
|
|
|
|
}
|
|
|
|
|