* fixed some packaging issues

This commit is contained in:
Caner Candan 2010-07-06 10:15:47 +02:00
commit 011f93da7d
2 changed files with 11 additions and 2 deletions

View file

@ -104,7 +104,16 @@ INSTALL(TARGETS do ARCHIVE DESTINATION lib COMPONENT libraries)
######################################################################################
### 9) Include packaging
### 9) Install pkg-config config file for EO
######################################################################################
INSTALL(FILES do.pc DESTINATION lib/pkgconfig COMPONENT headers)
######################################################################################
######################################################################################
### 10) Include packaging
######################################################################################
INCLUDE(Packaging.cmake)