+ 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:
parent
9632d429dc
commit
7159f8e5c4
20 changed files with 1155 additions and 1689 deletions
|
|
@ -35,7 +35,13 @@ SET (CMA_SOURCES eig.cpp
|
|||
|
||||
|
||||
ADD_LIBRARY(es STATIC ${ES_SOURCES})
|
||||
INSTALL(TARGETS es ARCHIVE DESTINATION lib COMPONENT libraries)
|
||||
|
||||
ADD_LIBRARY(cma STATIC ${CMA_SOURCES})
|
||||
INSTALL(TARGETS cma ARCHIVE DESTINATION lib COMPONENT libraries)
|
||||
|
||||
FILE(GLOB HDRS *.h)
|
||||
INSTALL(FILES ${HDRS} DESTINATION include/eo/es COMPONENT headers)
|
||||
|
||||
######################################################################################
|
||||
### 3) Optionnal
|
||||
|
|
|
|||
Reference in a new issue