Skip to content

Commit

Permalink
Merge branch 'master' into add-testing-var
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmed-irfan authored Jan 17, 2024
2 parents c1f82e6 + 96e353f commit 6472ef4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 6472ef4

Please sign in to comment.