ext_gpu_shader4: add compiler tests for everything
[piglit.git] / tests / spec / arb_texture_storage_multisample / CMakeLists.gl.txt
blob8f3780e8474439db7520a70e676c4e905777ba6a
1 include_directories(
2         ${GLEXT_INCLUDE_DIR}
3         ${OPENGL_INCLUDE_PATH}
4         ${piglit_SOURCE_DIR}/tests/spec/arb_texture_storage_multisample
7 link_libraries (
8         piglitutil_${piglit_target_api}
9         ${OPENGL_gl_LIBRARY}
12 piglit_add_executable (arb_texture_storage_multisample-tex-storage tex-storage.c)
13 piglit_add_executable (arb_texture_storage_multisample-tex-param tex-param.c)
15 # vim: ft=cmake: