Merge branch 'packaging' of ssh://localhost:9001/gitroot/eodev/eodev

This commit is contained in:
Caner Candan 2010-09-01 12:07:23 +02:00
commit 76d8dac2fd
17 changed files with 238 additions and 56 deletions

View file

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