premake pybullet, use enable_static_vr_plugin

add examples\pybullet\examples\vr_kitchen_setup_vrSyncPython.py (doesn't work well, need C++ sync and some optimizations)
This commit is contained in:
erwincoumans
2017-10-25 10:20:34 -07:00
parent 6a9300809d
commit c042c8f9b6
3 changed files with 233 additions and 3 deletions

View File

@@ -156,7 +156,7 @@ if not _OPTIONS["no-enet"] then
"../../examples/MultiThreading/b3ThreadSupportInterface.cpp",
}
if (_OPTIONS["enable_static_plugins"]) then
if (_OPTIONS["enable_static_vr_plugin"]) then
files {"../../examples/SharedMemory/plugins/vrSyncPlugin/vrSyncPlugin.cpp"}
end