Turn Wrapper to singleton

This commit is contained in:
2023-10-30 11:31:11 +01:00
parent 6277f5f2f9
commit 5258e90bae
10 changed files with 249 additions and 92 deletions

View File

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