Merge branch 'packaging' of ssh://localhost:9001/gitroot/eodev/eodev
This commit is contained in:
commit
76d8dac2fd
17 changed files with 238 additions and 56 deletions
|
|
@ -31,6 +31,10 @@ SET (EOUTILS_SOURCES eoData.cpp
|
|||
|
||||
|
||||
ADD_LIBRARY(eoutils STATIC ${EOUTILS_SOURCES})
|
||||
INSTALL(TARGETS eoutils ARCHIVE DESTINATION lib COMPONENT libraries)
|
||||
|
||||
FILE(GLOB HDRS *.h checkpointing)
|
||||
INSTALL(FILES ${HDRS} DESTINATION include/eo/utils COMPONENT headers)
|
||||
|
||||
######################################################################################
|
||||
### 3) Optionnal
|
||||
|
|
|
|||
Reference in a new issue