glsl: test loop unroll with uint overflow
[piglit.git] / tests / spec / ext_fog_coord / CMakeLists.gl.txt
blob630c0c5cd0e63f7e59f48395a8870d103617bf66
1 include_directories(
2         ${GLEXT_INCLUDE_DIR}
3         ${OPENGL_INCLUDE_PATH}
4         ${piglit_SOURCE_DIR}/tests/spec/arb_color_buffer_float
7 link_libraries (
8         piglitutil_${piglit_target_api}
9         ${OPENGL_gl_LIBRARY}
12 piglit_add_executable (ext_fog_coord-modes modes.c)
13 piglit_add_executable (ext_fog_coord-modes-half-float modes-half-float.c)
14 IF (UNIX)
15         target_link_libraries (ext_fog_coord-modes m)
16 ENDIF (UNIX)
18 # vim: ft=cmake: