Welcome to mirror list, hosted at ThFree Co, Russian Federation.

CMakeLists.txt - github.com/torch/cwrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c37696c84c6028e27742a113f239870a694faec1 (plain)
1
2
3
4
5
SET(src)
SET(luasrc init.lua types.lua)
  
ADD_TORCH_PACKAGE(wrap "${src}" "${luasrc}")
ADD_TORCH_DOK(dok wrap "Fundamentals" "Lua/C automatic wrapper generation" 1.4)