ext_gpu_shader4: add compiler tests for everything
[piglit.git] / tests / spec / ext_memory_object / CMakeLists.gl.txt
blob3a714e6afbf75e6daef2e46c1354e3e410d9ed97
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_memory_object-api-errors api-errors.c)
14 # vim: ft=cmake: