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
framework/replay: recently introduced HTML tags should be in innerHTML
[piglit.git]
/
tests
/
perf
/
CMakeLists.gl.txt
blob
0bfc6f1ee8fa007722d4f9ca786039b255cb1f76
1
2
include_directories(
3
${GLEXT_INCLUDE_DIR}
4
${OPENGL_INCLUDE_PATH}
5
)
6
7
link_libraries (
8
piglitutil_${piglit_target_api}
9
${OPENGL_gl_LIBRARY}
10
)
11
12
piglit_add_executable (drawoverhead drawoverhead.c common.c)
13
piglit_add_executable (draw-prim-rate draw-prim-rate.c common.c)
14
piglit_add_executable (pbobench pbobench.c common.c)
15
16
# vim: ft=cmake: