[Piglit] [PATCH 4/8] cmake: ignore the "CMakeFiles" folder in generated_tests installer
Kenney Phillis
kphillisjr at gmail.com
Mon Sep 30 20:11:04 PDT 2013
This is an Automatically generated file that is not used by any
test and only appears during build.
---
CMakeLists.txt | 1 +
1 file changed, 1 insertion(+)
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 775b25a..f064b35 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -319,6 +319,7 @@ install (
DIRECTORY ${CMAKE_BINARY_DIR}/generated_tests
DESTINATION .
FILES_MATCHING REGEX ".*\\.(shader_test|program_test|frag|vert|geom|cl)$"
+ PATTERN "CMakeFiles" EXCLUDE
)
--
1.7.9.5
More information about the Piglit
mailing list