regression with local directory and {LIB} directory

This commit is contained in:
canape 2013-01-03 10:25:08 +01:00
commit 3813828dce
7 changed files with 15 additions and 18 deletions

View file

@ -23,10 +23,7 @@ set(GA_SOURCES
)
add_library(ga STATIC ${GA_SOURCES})
install(TARGETS ga ARCHIVE DESTINATION lib COMPONENT libraries)
file(GLOB HDRS *.h)
install(FILES ${HDRS} DESTINATION include/eo/ga COMPONENT headers)
install(TARGETS ga ARCHIVE DESTINATION ${LIB} COMPONENT libraries)
######################################################################################
### 3) Optionnal