Currently all libraries use the same linkage defined by BUILD_SHARED_LIBS. In some cases it may be desireable to have some libraries as shared and some as static libraries.
This could be added by having an optional SHARED or STATIC keyword in the CPF_PACKAGES variable that is defined in the packages.cmake file.
Currently all libraries use the same linkage defined by
BUILD_SHARED_LIBS
. In some cases it may be desireable to have some libraries as shared and some as static libraries.This could be added by having an optional
SHARED
orSTATIC
keyword in theCPF_PACKAGES
variable that is defined in thepackages.cmake
file.