First attempt

This commit is contained in:
2026-05-08 17:48:16 +02:00
commit 5e77dc836b
36 changed files with 4806 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
cmake_minimum_required(VERSION 3.21)
nanobind_add_module(kpn_python kpn_python.cpp)
target_link_libraries(kpn_python PRIVATE kpn)
target_compile_definitions(kpn_python PRIVATE KPN_BUILD_PYTHON)