repo.or.cz
/
piglit
/
hramrach.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add more structure constructor tests.
[piglit/hramrach.git]
/
tests
/
glslparsertest
/
CMakeLists.txt
blob
d2902dfef74146f323bdbfae917c838d820f220b
1
2
include_directories(
3
${OPENGL_INCLUDE_PATH}
4
${GLUT_INCLUDE_DIR}
5
${piglit_SOURCE_DIR}/tests/util
6
${GLEW_INCLUDE_DIR}
7
)
8
9
link_directories (
10
${piglit_SOURCE_DIR}/tests/util
11
)
12
13
link_libraries (
14
piglitutil
15
${OPENGL_gl_LIBRARY}
16
${OPENGL_glu_LIBRARY}
17
${GLUT_glut_LIBRARY}
18
${TIFF_LIBRARY}
19
${GLEW_glew_LIBRARY}
20
)
21
22
add_executable (glslparsertest glslparsertest.c)