perf/pixel-rate: new pixel throughput microbenchmark
[piglit.git] / tests / spec / ext_debug_label / CMakeLists.gl.txt
blobb08a2e54737593e9bddd70eaa2ac5422f919be63
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_debug_label-object-label_${piglit_target_api} debug-object-label.c)
13 # vim: ft=cmake: