Skip to content
Snippets Groups Projects
Select Git revision
  • 6fd7b39685d42560bcec0ceb00e91315f6b42562
  • master default protected
  • loss
  • producer
4 results

CMakeLists.txt

Blame
  • CMakeLists.txt 133 B
    FILE(GLOB SOURCES src/*.cpp)
    
    add_library(torch_modules STATIC ${SOURCES})
    target_link_libraries(torch_modules "${TORCH_LIBRARIES}")