ext_gpu_shader4: add compiler tests for everything
[piglit.git] / tests / spec / ext_timer_query / CMakeLists.gl.txt
blob77ffb08b386f7c4248134a34ae158ce5c9880f7c
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_timer_query-time-elapsed time-elapsed.c)
12 piglit_add_executable (ext_timer_query-lifetime lifetime.c)