repo.or.cz
/
piglit.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
fbo-mrt-alphatest: Actually require MRTs to be available.
[piglit.git]
/
tests
/
spec
/
intel_performance_query
/
CMakeLists.gl.txt
blob
85ae9b96827af92495635cd9c52c3dd700a8433b
1
include_directories(
2
${GLEXT_INCLUDE_DIR}
3
${OPENGL_INCLUDE_PATH}
4
)
5
6
link_libraries (
7
piglitutil_${piglit_target_api}
8
${OPENGL_gl_LIBRARY}
9
)
10
11
IF(EGL_FOUND)
12
piglit_add_executable (intel_performance_query-issue_2235 issue_2235.c)
13
ENDIF(EGL_FOUND)
14
15
# vim: ft=cmake: