From 7ee47417d667ef3166b84ba4d19010ae75fd6841 Mon Sep 17 00:00:00 2001 From: Andrej Prochazka Date: Wed, 16 Dec 2020 17:46:20 +0100 Subject: [PATCH] Update CMakeLists.txt --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index bb57598..ffbfa8e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,6 +2,7 @@ cmake_minimum_required(VERSION 3.2.0) project(catima) ############ options ############# +option(BUILD_SHARED_LIBS "build as shared library" ON) option(PYTHON_MODULE "compile the Catima python module(requires numpy and cython installed)" OFF) option(TESTS "build tests" OFF) option(EXAMPLES "build examples" OFF)