+ cpack configuration in order to generate packaging files, to make it easier use the script package_deb and package_rpm

This commit is contained in:
Caner CANDAN 2010-08-18 17:06:16 +02:00
commit 7159f8e5c4
20 changed files with 1155 additions and 1689 deletions

View file

@ -21,6 +21,10 @@ SET (EO_SOURCES eoFunctorStore.cpp
ADD_LIBRARY(eo STATIC ${EO_SOURCES})
INSTALL(TARGETS eo ARCHIVE DESTINATION lib COMPONENT libraries)
FILE(GLOB HDRS *.h eo)
INSTALL(FILES ${HDRS} DESTINATION include/eo COMPONENT headers)
######################################################################################
### 3) Optionnal: define your target(s)'s version: no effect for windows