[Piglit] [PATCH] Cmake: install comp shaders that are not generated

Samuel Pitoiset samuel.pitoiset at gmail.com
Fri Apr 14 08:28:37 UTC 2017


Reviewed-by: Samuel Pitoiset <samuel.pitoiset at gmail.com>

On 04/13/2017 08:46 PM, Dylan Baker wrote:
> Signed-off-by: Dylan Baker <dylanx.c.baker at intel.com>
> ---
>   CMakeLists.txt | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/CMakeLists.txt b/CMakeLists.txt
> index 983f4a30c..a4ff99e65 100644
> --- a/CMakeLists.txt
> +++ b/CMakeLists.txt
> @@ -524,7 +524,7 @@ install (
>   install (
>   	DIRECTORY tests
>   	DESTINATION ${PIGLIT_INSTALL_LIBDIR}
> -	FILES_MATCHING REGEX ".*\\.(py|program_test|shader_test|frag|vert|geom|tesc|tese|ktx|cl|txt|inc)$"
> +	FILES_MATCHING REGEX ".*\\.(py|program_test|shader_test|frag|vert|geom|tesc|tese|comp|ktx|cl|txt|inc)$"
>   	REGEX "CMakeFiles|CMakeLists" EXCLUDE
>   )
>   
> 


More information about the Piglit mailing list