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