Skip to content
Snippets Groups Projects
CMakeLists.txt 133 B
Newer Older
  • Learn to ignore specific revisions
  • FILE(GLOB SOURCES src/*.cpp)
    
    add_library(torch_modules STATIC ${SOURCES})
    target_link_libraries(torch_modules "${TORCH_LIBRARIES}")