From 42d780621d970276a8f991b6c883c23c5ea20bf3 Mon Sep 17 00:00:00 2001 From: Caner Candan Date: Tue, 6 Jul 2010 01:31:44 +0200 Subject: [PATCH] cpack works --- src/CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 1e45136a3..8b6d787a8 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -2,6 +2,9 @@ ### 1) Set all needed source files for the project ###################################################################################### +FILE(GLOB HDRS *.h do) +INSTALL(FILES ${HDRS} DESTINATION include/do COMPONENT headers) + FILE(GLOB SOURCES *.cpp) SET(SAMPLE_SRCS ${SOURCES} PARENT_SCOPE)