mirror of
https://github.com/gwm17/catima.git
synced 2024-11-23 02:38:51 -05:00
Update CMakeLists.txt
This commit is contained in:
parent
e4df78088c
commit
7ee47417d6
|
@ -2,6 +2,7 @@ cmake_minimum_required(VERSION 3.2.0)
|
||||||
project(catima)
|
project(catima)
|
||||||
|
|
||||||
############ options #############
|
############ 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(PYTHON_MODULE "compile the Catima python module(requires numpy and cython installed)" OFF)
|
||||||
option(TESTS "build tests" OFF)
|
option(TESTS "build tests" OFF)
|
||||||
option(EXAMPLES "build examples" OFF)
|
option(EXAMPLES "build examples" OFF)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user