From 8a3a0bf483a6910e14115dcd78d3be6eeda57b7e Mon Sep 17 00:00:00 2001 From: Ahmed <43099566+ahmed-irfan@users.noreply.github.com> Date: Wed, 17 Jan 2024 12:09:41 -0800 Subject: [PATCH] Update CMakeLists.txt --- 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)