ext_gpu_shader4: add compiler tests for everything
[piglit.git] / tests / spec / ext_window_rectangles / CMakeLists.gl.txt
blob13f8ea040fdf192fcac3c1534173b5258ac11266
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_window_rectangles-dlist dlist.c)
12 piglit_add_executable (ext_window_rectangles-errors errors.c)
13 piglit_add_executable (ext_window_rectangles-render render.c)
15 # vim: ft=cmake: