ext_gpu_shader4: add compiler tests for everything
[piglit.git] / tests / spec / ext_depth_bounds_test / CMakeLists.gl.txt
blobb8f8878134e5e3ecb02a46dd316ef1b9a5ae25c9
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 (depth_bounds depth_bounds.c)
13 # vim: ft=cmake: