ext_gpu_shader4: add compiler tests for everything
[piglit.git] / tests / spec / ext_packed_float / CMakeLists.gl.txt
blobb061cb6b2abcca384e9631d93590d5317689da57
1 include_directories(
2         ${GLEXT_INCLUDE_DIR}
3         ${OPENGL_INCLUDE_PATH}
6 link_libraries (
7         piglitutil_${piglit_target_api}
8         ${OPENGL_gl_LIBRARY}
11 piglit_add_executable (ext_packed_float-pack pack.c)
12 piglit_add_executable (getteximage-invalid-format-for-packed-type getteximage-invalid-format-for-packed-type.c)
13 piglit_add_executable (query-rgba-signed-components query-rgba-signed-components.c)
15 # vim: ft=cmake: