isis-group / isis

The ISIS project aims to provide a framework to access a large variety of image processing libraries written in different programming languages and environments.
GNU General Public License v3.0
18 stars 14 forks source link

add capability to build both, static and shared libraries #24

Closed Rollmops closed 13 years ago

Rollmops commented 13 years ago

To build debian packages of isis we need to build both static and shared libraries with one build.

This option is not available as a cmake-option in the ccmake but can be toggled with -DISIS_BUILD_STATIC_AND_SHARED.