aboutsummaryrefslogtreecommitdiff
path: root/tests/CMakeLists.txt
blob: 52d16d4a9e8b2eef63189f15c87c38df3632c13f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
add_subdirectory (util)
add_subdirectory (bugs)
add_subdirectory (fbo)
add_subdirectory (general)
add_subdirectory (gles2)
add_subdirectory (glx)
add_subdirectory (glslparsertest)
add_subdirectory (hiz)
add_subdirectory (asmparsertest)
add_subdirectory (shaders)
add_subdirectory (texturing)
add_subdirectory (spec)

if (TIFF_FOUND)
	add_subdirectory (glean)
endif (TIFF_FOUND)

IF(OPENGL_egl_LIBRARY)
	add_subdirectory (egl)
ENDIF(OPENGL_egl_LIBRARY)

IF(${CMAKE_SYSTEM_NAME} MATCHES "Linux")
	add_subdirectory (mesa)
ENDIF(${CMAKE_SYSTEM_NAME} MATCHES "Linux")