Fix premake.lua missing includes.
--------------------------------------------------------------------- Due to using Cmake for the creation of the example, the premake.lua file was not correctly updated. This commit adds the missing includes by including all files using a wildcard.
This commit is contained in:
@@ -86,13 +86,7 @@ project "App_BulletExampleBrowser"
|
|||||||
"../InverseDynamics/InverseDynamicsExample.h",
|
"../InverseDynamics/InverseDynamicsExample.h",
|
||||||
"../BasicDemo/BasicExample.*",
|
"../BasicDemo/BasicExample.*",
|
||||||
"../Tutorial/*",
|
"../Tutorial/*",
|
||||||
"../ExtendedTutorials/SimpleBox.cpp",
|
"../ExtendedTutorials/*",
|
||||||
"../ExtendedTutorials/MultipleBoxes.cpp",
|
|
||||||
"../ExtendedTutorials/SimpleJoint.cpp",
|
|
||||||
"../ExtendedTutorials/SimpleCloth.cpp",
|
|
||||||
"../ExtendedTutorials/Chain.cpp",
|
|
||||||
"../ExtendedTutorials/Bridge.cpp",
|
|
||||||
"../ExtendedTutorials/RigidBodyFromObj.cpp",
|
|
||||||
"../Collision/*",
|
"../Collision/*",
|
||||||
"../Collision/Internal/*",
|
"../Collision/Internal/*",
|
||||||
"../Benchmarks/*",
|
"../Benchmarks/*",
|
||||||
|
|||||||
Reference in New Issue
Block a user