refactor importClass and valgrind

This commit is contained in:
2023-11-12 00:02:49 +01:00
parent a3bf97e501
commit c7372b7fc7
9 changed files with 1596906 additions and 44 deletions

View File

@@ -5,4 +5,7 @@ include_directories(${PyWrap_SOURCE_DIR}/src)
include_directories(${TORCH_INCLUDE_DIRS})
add_executable(example example.cc)
target_link_libraries(example PyWrap)
target_link_libraries(example PyWrap)
add_executable(test test.cpp)
target_link_libraries(test ${Python3_LIBRARIES})