[Beignet] [PATCH] Add CL/*.hpp to installing files

Zhigang Gong zhigang.gong at linux.intel.com
Sun May 19 23:01:34 PDT 2013


Pushed, Thanks.

On Mon, May 20, 2013 at 11:55:58AM +0800, Boqun Feng wrote:
> The orignal CMake config only installed CL/*.h. As C++ binding is added,
> CL/*.hpp also need to be installing files.
> 
> Signed-off-by: Boqun Feng <boqun.feng at intel.com>
> ---
>  include/CMakeLists.txt | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/include/CMakeLists.txt b/include/CMakeLists.txt
> index 1f0437f..4d0bed7 100644
> --- a/include/CMakeLists.txt
> +++ b/include/CMakeLists.txt
> @@ -1,3 +1,5 @@
>  FILE(GLOB HEADER_FILES "CL/*.h")
> +FILE(GLOB HPP_FILES "CL/*.hpp")
>  
>  install (FILES ${HEADER_FILES} DESTINATION include/CL)
> +install (FILES ${HPP_FILES} DESTINATION include/CL)
> -- 
> 1.8.2.3
> 
> _______________________________________________
> Beignet mailing list
> Beignet at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/beignet


More information about the Beignet mailing list