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
ext_gpu_shader4: add compiler tests for everything
[piglit.git]
/
cmake
/
target_api
/
gles1
/
CMakeLists.txt
blob
882a2f3ef9da726509d030d49691bd4b249d970a
1
set(piglit_target_api "gles1")
2
3
add_definitions(
4
-DPIGLIT_USE_OPENGL_ES1
5
)
6
add_subdirectory(${piglit_SOURCE_DIR}/tests
7
${piglit_BINARY_DIR}/target_api/${piglit_target_api}/tests
8
)