From eaa0cacd0657037e25031d0137c735cce9e96a6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torbj=C3=B6rn=20Klatt?= Date: Sat, 3 Nov 2012 21:58:09 +0100 Subject: [PATCH 1/5] add CMake options for shared libs, tests, examples Add options to CMake to enable build of cpp-netlib as shared libraries. New options are: BUILD_SHARED_LIBS (default OFF) BUILD_TESTS (default ON) BUILD_EXAMPLES (default ON) As the current (CMakeLists-)setup of the tests and examples does not work with a shared cpp-netlib build, those get not build then. Specify with `cmake -D