ext_gpu_shader4: add compiler tests for everything
[piglit.git] / tests / spec / glsl-1.20 / CMakeLists.gl.txt
blob76e9f77a391f28541f78954e8cd28875cb6e11af
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 (glsl-1.20-getactiveuniform-constant getactiveuniform-constant.c)