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:
authorRonan Collobert <ronan@collobert.com>2014-02-13 20:58:46 +0400
committerRonan Collobert <ronan@collobert.com>2014-02-13 20:58:46 +0400
commitfc99ce3e19d631955266cad6544dcd12bbba4b3e (patch)
tree85faf8f5cdf02147e0b8893467f5bf43dc6a53ca
parente7517eb5c506ab6ebb434d60918d7b9a1fd2291b (diff)
removed now useless CMakeLists.txt
-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}")