From dd20cdb26c6101ffcb241884cf0fb532d37f9074 Mon Sep 17 00:00:00 2001 From: nojhan Date: Tue, 17 May 2011 15:47:11 +0200 Subject: [PATCH] install libpyeo.so in the packages, too --- eo/src/pyeo/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/eo/src/pyeo/CMakeLists.txt b/eo/src/pyeo/CMakeLists.txt index ab0e0c1e6..760283a85 100644 --- a/eo/src/pyeo/CMakeLists.txt +++ b/eo/src/pyeo/CMakeLists.txt @@ -48,6 +48,7 @@ SET(EO_SOURCES # shared library ADD_LIBRARY(PyEO MODULE ${SOURCES} ${EO_SOURCES}) +INSTALL(TARGETS PyEO LIBRARY DESTINATION lib COMPONENT libraries) # python 2.5 must have pyd IF(WIN32 AND NOT CYGWIN)