create premake/cmake file for Bullet/Extras/obj2sdf
add missing 1.sdf for Bullet/data/kitchens/1.sdf add support for getting keyboard events (pybullet.getKeyboardEvents and b3RobotSimulatorClientAPI::getKeyboardEvents)
This commit is contained in:
18
Extras/obj2sdf/premake4.lua
Normal file
18
Extras/obj2sdf/premake4.lua
Normal file
@@ -0,0 +1,18 @@
|
||||
project ("App_obj2sdf")
|
||||
|
||||
language "C++"
|
||||
kind "ConsoleApp"
|
||||
|
||||
includedirs {"../../src",
|
||||
"../../examples/ThirdPartyLibs"}
|
||||
|
||||
|
||||
links{"Bullet3Common"}
|
||||
|
||||
|
||||
files {
|
||||
"obj2sdf.cpp",
|
||||
"../../examples/Utils/b3ResourcePath.cpp",
|
||||
"../../examples/Utils/b3ResourcePath.h",
|
||||
"../../examples/ThirdPartyLibs/Wavefront/tiny_obj_loader.cpp",
|
||||
}
|
||||
Reference in New Issue
Block a user