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

github.com/torch/dok.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CMakeLists.txt7
1 files changed, 0 insertions, 7 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
deleted file mode 100644
index 35a4844..0000000
--- a/CMakeLists.txt
+++ /dev/null
@@ -1,7 +0,0 @@
-SET(luasrc init.lua inline.lua search.lua)
-
-ADD_TORCH_DOK(doktutorial tutorial "Introduction" "Tutorial" 0.2)
-ADD_TORCH_DOK(dokinstall install "Introduction" "Installation Instructions" 0.1)
-ADD_TORCH_DOK(doklua lua "Introduction" "Why Lua?" 0.3)
-
-ADD_TORCH_PACKAGE(dok "${src}" "${luasrc}")