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>2012-01-25 17:55:20 +0400
committerRonan Collobert <ronan@collobert.com>2012-01-25 17:55:20 +0400
commit96728e58b2a57d930023031b367a0c967c70d40d (patch)
tree1e5b7b02fff9114e08b1f696fc4f6613c06b1059 /CMakeLists.txt
initial revamp of torch7 tree
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
new file mode 100644
index 0000000..35a4844
--- /dev/null
+++ b/CMakeLists.txt
@@ -0,0 +1,7 @@
+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}")