1
0
Fork 0
mirror of https://github.com/gwm17/catima.git synced 2024-11-22 18:28:51 -05:00

Update CMakeLists.txt

This commit is contained in:
Andrej Prochazka 2020-12-16 17:46:20 +01:00 committed by GitHub
parent e4df78088c
commit 7ee47417d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)