/
redgpu
/
bullet
Обзор
Документация
Войти
/
redgpu
/
bullet
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
examples/SharedMemory/plugins/grpcPlugin/premake4.lua
38 строк
995 B
erwincoumans
allow pybullet to connect to GRPC server. (need to use flag --enable_grpc in premake build system)
06 сен 2018, 03:58
06 сен 2018, 03:58
0efc678
Код
Авторство
О чём код?
project ("pybullet_grpcPlugin") language "C++" kind "SharedLib" includedirs {".","../../../../src", "../../../../examples", "../../../ThirdPartyLibs"} defines {"PHYSICS_IN_PROCESS_EXAMPLE_BROWSER"} initGRPC() links{"BulletFileLoader", "Bullet3Common", "LinearMath"} if os.is("MacOSX") then -- targetextension {"so"} links{"Cocoa.framework"} end files { "grpcPlugin.cpp", "../../PhysicsClient.cpp", "../../PhysicsClient.h", "../../PhysicsClientSharedMemory.cpp", "../../PhysicsClientSharedMemory.h", "../../PhysicsClientSharedMemory_C_API.cpp", "../../PhysicsClientSharedMemory_C_API.h", "../../PhysicsClientC_API.cpp", "../../PhysicsClientC_API.h", "../../Win32SharedMemory.cpp", "../../Win32SharedMemory.h", "../../PosixSharedMemory.cpp", "../../PosixSharedMemory.h", "../../../Utils/b3Clock.cpp", "../../../Utils/b3Clock.h", "../../../Utils/b3ResourcePath.cpp", "../../../Utils/b3ResourcePath.h", }