[Piglit] [PATCH 2/2] CMakeLists.txt: install templates directory
Dylan Baker
baker.dylan.c at gmail.com
Wed Nov 13 11:12:25 PST 2013
Without this piglit-summary-html will not work when piglit is installed.
Signed-off-by: Dylan Baker <baker.dylan.c at gmail.com>
---
CMakeLists.txt | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 3cfd76d..9bbffe9 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -379,6 +379,11 @@ install (
)
install (
+ DIRECTORY templates
+ DESTINATION .
+)
+
+install (
DIRECTORY tests
DESTINATION .
FILES_MATCHING REGEX ".*\\.(tests|program_test|shader_test|frag|vert|geom|ktx|cl|txt)$"
--
1.8.3.2
More information about the Piglit
mailing list