summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTapani Pälli <tapani.palli@intel.com>2020-06-04 12:45:56 +0300
committerTapani Pälli <tapani.palli@intel.com>2020-06-04 12:45:56 +0300
commit25537b93f3e86eb4d42ee4c3dd7ce4bab16ede32 (patch)
tree0a5743d239634ef04706ecce7a07d271b2e483e1
parent884e32d9beebcc78cb5accb3086ce44a6b3a7fe6 (diff)
cmake: install spirv (spv) filesmisc-fixes
Signed-off-by: Tapani Pälli <tapani.palli@intel.com>
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 9a2f65a7e..9faff26bc 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -536,7 +536,7 @@ install (
install (
DIRECTORY tests
DESTINATION ${PIGLIT_INSTALL_LIBDIR}
- FILES_MATCHING REGEX ".*\\.(xml|xml.gz|py|program_test|shader_test|shader_source|frag|vert|geom|tesc|tese|comp|ktx|cl|txt|inc|vk_shader_test)$"
+ FILES_MATCHING REGEX ".*\\.(xml|xml.gz|py|program_test|shader_test|shader_source|frag|vert|geom|tesc|tese|comp|ktx|spv|cl|txt|inc|vk_shader_test)$"
REGEX "CMakeFiles|CMakeLists|serializer.py|opengl.py|cl.py|quick_gl.py|glslparser.py|shader.py|quick_shader.py|no_error.py|llvmpipe_gl.py|sanity.py" EXCLUDE
)