From e618ce2efb4cd70a738fab4338e1c8739d6a8e77 Mon Sep 17 00:00:00 2001 From: Tamas Kenez Date: Tue, 9 Jun 2015 14:59:57 +0200 Subject: [PATCH] cmake: install header files --- build/cmake/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build/cmake/CMakeLists.txt b/build/cmake/CMakeLists.txt index e08fe62..b955743 100644 --- a/build/cmake/CMakeLists.txt +++ b/build/cmake/CMakeLists.txt @@ -89,3 +89,5 @@ configure_file (${GLEW_DIR}/glew.pc.in ${GLEW_DIR}/glewmx.pc @ONLY) install(FILES ${GLEW_DIR}/glew.pc ${GLEW_DIR}/glewmx.pc DESTINATION lib/pkgconfig ) + +install (DIRECTORY ${GLEW_DIR}/include/ DESTINATION include)