premake4 build: allow to dynamically load X11 if X11 system headers/library is missing
premake4 build: allow to dynamically load OpenGL/GLEW/glx if system headers are missing
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
if (OPENGL_FOUND)
|
||||
if (BUILD_BULLET3_DEMOS)
|
||||
SUBDIRS( AllBullet2Demos GpuDemos SimpleOpenGL3 )
|
||||
endif(BUILD_BULLET3_DEMOS)
|
||||
endif(OPENGL_FOUND)
|
||||
|
||||
Reference in New Issue
Block a user