install libpyeo.so in the packages, too
This commit is contained in:
parent
cdd2a0dc5f
commit
dd20cdb26c
1 changed files with 1 additions and 0 deletions
|
|
@ -48,6 +48,7 @@ SET(EO_SOURCES
|
||||||
|
|
||||||
# shared library
|
# shared library
|
||||||
ADD_LIBRARY(PyEO MODULE ${SOURCES} ${EO_SOURCES})
|
ADD_LIBRARY(PyEO MODULE ${SOURCES} ${EO_SOURCES})
|
||||||
|
INSTALL(TARGETS PyEO LIBRARY DESTINATION lib COMPONENT libraries)
|
||||||
|
|
||||||
# python 2.5 must have pyd
|
# python 2.5 must have pyd
|
||||||
IF(WIN32 AND NOT CYGWIN)
|
IF(WIN32 AND NOT CYGWIN)
|
||||||
|
|
|
||||||
Reference in a new issue