glsl: test loop unroll with uint overflow
[piglit.git] / tests / spec / oes_draw_texture / CMakeLists.gles1.txt
blob53d9ae05cf4885f654989edb9744f9850bcf2034
1 #add_definitions(-DSOURCE_DIR="${piglit_SOURCE_DIR}/")
3 include_directories(
4         ${OPENGL_INCLUDE_PATH}
5         )
7 link_libraries(
8         ${EGL_LDFLAGS}
9         piglitutil_gles1
10         )
12 piglit_add_executable(oes_draw_texture
13         oes_draw_texture.c
14         )
16 # vim: ft=cmake: