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
glx-oml-sync-control-timing: Fix error message if glXWaitForMscOML fails
[piglit.git]
/
tests
/
util
/
CMakeLists.gles2.txt
blob
cd9e90d568a41bf4cda6e866aa3e80d2fc52f28e
1
include_directories(
2
${UTIL_GL_INCLUDES}
3
)
4
5
link_libraries(
6
${UTIL_GL_LIBS}
7
)
8
9
piglit_add_library(piglitutil_${piglit_target_api}
10
${UTIL_GL_SOURCES}
11
)
12
13
# vim: ft=cmake: