Begin templating

This commit is contained in:
2023-10-30 22:45:35 +01:00
parent e26acc3676
commit 77c33942f6
9 changed files with 64 additions and 16 deletions

View File

@@ -3,4 +3,4 @@ include_directories(${Python3_INCLUDE_DIRS})
add_executable(main main.cc STree.cc SVC.cc PyClassifier.cc PyWrap.cc)
target_link_libraries(main ${Python3_LIBRARIES})
target_link_libraries(main ${Python3_LIBRARIES} "${TORCH_LIBRARIES}")