Initial Commit

This commit is contained in:
2023-10-28 17:42:18 +02:00
parent 517470b42a
commit 6ab8de5125
6 changed files with 117 additions and 0 deletions

6
src/CMakeLists.txt Normal file
View File

@@ -0,0 +1,6 @@
include_directories(${Python3_INCLUDE_DIRS})
add_executable(main main.cc PyWrap.cc)
target_link_libraries(main ${Python3_LIBRARIES})