build system fixes
This commit is contained in:
@@ -193,6 +193,8 @@ SET(BulletExampleBrowser_SRCS
|
|||||||
../SharedMemory/PhysicsServerCommandProcessor.h
|
../SharedMemory/PhysicsServerCommandProcessor.h
|
||||||
../SharedMemory/SharedMemoryCommands.h
|
../SharedMemory/SharedMemoryCommands.h
|
||||||
../SharedMemory/SharedMemoryPublic.h
|
../SharedMemory/SharedMemoryPublic.h
|
||||||
|
../RobotSimulator/b3RobotSimulatorClientAPI.cpp
|
||||||
|
../RobotSimulator/b3RobotSimulatorClientAPI.h
|
||||||
../BasicDemo/BasicExample.cpp
|
../BasicDemo/BasicExample.cpp
|
||||||
../BasicDemo/BasicExample.h
|
../BasicDemo/BasicExample.h
|
||||||
../InverseDynamics/InverseDynamicsExample.cpp
|
../InverseDynamics/InverseDynamicsExample.cpp
|
||||||
@@ -254,8 +256,6 @@ SET(BulletExampleBrowser_SRCS
|
|||||||
|
|
||||||
../RoboticsLearning/GripperGraspExample.cpp
|
../RoboticsLearning/GripperGraspExample.cpp
|
||||||
../RoboticsLearning/GripperGraspExample.h
|
../RoboticsLearning/GripperGraspExample.h
|
||||||
../RoboticsLearning/b3RobotSimAPI.cpp
|
|
||||||
../RoboticsLearning/b3RobotSimAPI.h
|
|
||||||
../RoboticsLearning/R2D2GraspExample.cpp
|
../RoboticsLearning/R2D2GraspExample.cpp
|
||||||
../RoboticsLearning/R2D2GraspExample.h
|
../RoboticsLearning/R2D2GraspExample.h
|
||||||
../RoboticsLearning/KukaGraspExample.cpp
|
../RoboticsLearning/KukaGraspExample.cpp
|
||||||
|
|||||||
@@ -118,6 +118,8 @@ project "App_BulletExampleBrowser"
|
|||||||
"../MultiThreading/b3ThreadSupportInterface.cpp",
|
"../MultiThreading/b3ThreadSupportInterface.cpp",
|
||||||
"../InverseDynamics/InverseDynamicsExample.cpp",
|
"../InverseDynamics/InverseDynamicsExample.cpp",
|
||||||
"../InverseDynamics/InverseDynamicsExample.h",
|
"../InverseDynamics/InverseDynamicsExample.h",
|
||||||
|
"../RobotSimulator/b3RobotSimulatorClientAPI.cpp",
|
||||||
|
"../RobotSimulator/b3RobotSimulatorClientAPI.h",
|
||||||
"../BasicDemo/BasicExample.*",
|
"../BasicDemo/BasicExample.*",
|
||||||
"../Tutorial/*",
|
"../Tutorial/*",
|
||||||
"../ExtendedTutorials/*",
|
"../ExtendedTutorials/*",
|
||||||
|
|||||||
@@ -199,6 +199,7 @@ if not _OPTIONS["no-enet"] then
|
|||||||
end
|
end
|
||||||
|
|
||||||
|
|
||||||
|
if _OPTIONS["serial"] then
|
||||||
|
|
||||||
project ("App_VRGloveHandSimulator")
|
project ("App_VRGloveHandSimulator")
|
||||||
|
|
||||||
@@ -248,11 +249,10 @@ project ("App_VRGloveHandSimulator")
|
|||||||
}
|
}
|
||||||
defines {"B3_ENABLE_TINY_AUDIO"}
|
defines {"B3_ENABLE_TINY_AUDIO"}
|
||||||
|
|
||||||
if _OPTIONS["serial"] then
|
|
||||||
defines{"B3_ENABLE_SERIAL"}
|
defines{"B3_ENABLE_SERIAL"}
|
||||||
includedirs {"../../examples/ThirdPartyLibs/serial/include"}
|
includedirs {"../../examples/ThirdPartyLibs/serial/include"}
|
||||||
links {"serial"}
|
links {"serial"}
|
||||||
end
|
|
||||||
|
|
||||||
if os.is("Windows") then
|
if os.is("Windows") then
|
||||||
links {"winmm","Wsock32","dsound"}
|
links {"winmm","Wsock32","dsound"}
|
||||||
@@ -280,3 +280,4 @@ project ("App_VRGloveHandSimulator")
|
|||||||
if os.is("Linux") then
|
if os.is("Linux") then
|
||||||
initX11()
|
initX11()
|
||||||
end
|
end
|
||||||
|
end
|
||||||
Reference in New Issue
Block a user