blob: 748cc88d9099487e6f738b24bf7028afd8bf11d8 [file] [log] [blame]
add_subdirectory (util)
add_subdirectory (bugs)
add_subdirectory (fbo)
add_subdirectory (general)
add_subdirectory (glean)
add_subdirectory (glx)
add_subdirectory (glslparsertest)
add_subdirectory (asmparsertest)
add_subdirectory (shaders)
add_subdirectory (texturing)
add_subdirectory (spec)
IF(OPENGL_egl_LIBRARY)
add_subdirectory (egl)
# Temporarily disable building GLES2 targets.
#IF(OPENGL_gles2_LIBRARY)
# add_subdirectory (gles2)
# add_subdirectory (gles2parsertest)
#ENDIF(OPENGL_gles2_LIBRARY)
ENDIF(OPENGL_egl_LIBRARY)
IF(${CMAKE_SYSTEM_NAME} MATCHES "Linux")
add_subdirectory (mesa)
ENDIF(${CMAKE_SYSTEM_NAME} MATCHES "Linux")