From 2f121f5fcc9efe3aa5bb61c1b525d99181035546 Mon Sep 17 00:00:00 2001 From: Ahmed <43099566+ahmed-irfan@users.noreply.github.com> Date: Wed, 17 Jan 2024 12:17:43 -0800 Subject: [PATCH] Update CMakeLists.txt (#75) --- CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4983c9d7..e8705832 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,6 +7,9 @@ set(CMAKE_LEGACY_CYGWIN_WIN32 0) project(libpoly C CXX) +# ctests +include(CTest) + option(LIBPOLY_BUILD_PYTHON_API "Build the Python API" ON) option(LIBPOLY_BUILD_STATIC_PIC "Build the static PIC library" ON) option(LIBPOLY_BUILD_STATIC "Build the static library" ON)