Initial C++ version of Partridge solver
This is almost a complete copy of the OCaml version About twice as fast.
This commit is contained in:
7
CMakeLists.txt
Normal file
7
CMakeLists.txt
Normal file
@@ -0,0 +1,7 @@
|
||||
cmake_minimum_required(VERSION 4.0)
|
||||
project(partridge_cpp)
|
||||
|
||||
set(CMAKE_CXX_STANDARD 20)
|
||||
|
||||
add_executable(partridge_cpp
|
||||
main.cc)
|
||||
Reference in New Issue
Block a user