diff --git a/examples/ExampleBrowser/premake4.lua b/examples/ExampleBrowser/premake4.lua index 075306b73..90c61cfc2 100644 --- a/examples/ExampleBrowser/premake4.lua +++ b/examples/ExampleBrowser/premake4.lua @@ -153,6 +153,14 @@ project "App_BulletExampleBrowser" hasCL = findOpenCL("clew") + if (hasCL) then + + -- project ("App_Bullet3_OpenCL_Demos_" .. vendor) + + initOpenCL("clew") + + end + links{"BulletExampleBrowserLib","gwen", "OpenGL_Window","BulletSoftBody", "BulletInverseDynamicsUtils", "BulletInverseDynamics", "BulletDynamics","BulletCollision","LinearMath","Bullet3Common"} initOpenGL() initGlew()