refactor importClass and valgrind
This commit is contained in:
@@ -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})
|
Reference in New Issue
Block a user