cpack works

This commit is contained in:
Caner Candan 2010-07-06 01:31:44 +02:00
commit 42d780621d

View file

@ -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)