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

github.com/torch/distro.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSoumith Chintala <soumith@gmail.com>2014-07-23 20:23:57 +0400
committerSoumith Chintala <soumith@gmail.com>2014-07-23 20:23:57 +0400
commite0e9799d096459453ad8860e068ccfc4d46a8ed4 (patch)
treec8226f58fcbef36117ff5daca9fdbcf24e36d231 /CMakeLists.txt
parent229c671caecfce7b22b3635c0ab8eb71d5d6d142 (diff)
install script
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
new file mode 100644
index 0000000..65148a6
--- /dev/null
+++ b/CMakeLists.txt
@@ -0,0 +1,4 @@
+cmake_minimum_required(VERSION 2.8)
+ADD_SUBDIRECTORY(exe)
+ADD_SUBDIRECTORY(pkg)
+ADD_SUBDIRECTORY(extra) \ No newline at end of file