ext_gpu_shader4: add compiler tests for everything
[piglit.git] / tests / spec / arb_texture_float / CMakeLists.gl.txt
blobc1a6fca68f1697ef751f032cea1c7834b52ba403
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 (arb_texture_float-texture-float-formats texture-float-formats.c)
12 piglit_add_executable (arb_texture_float-get-tex3d get-tex3d.c)
14 # vim: ft=cmake: