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

github.com/torch/gnuplot.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:19:52 +0400
committerRonan Collobert <ronan@collobert.com>2014-02-13 20:21:33 +0400
commit30d6a16b010d4f90826a65b5954463646aca1f8f (patch)
treed8c6e1f6818638bc884de3ef6f7334d973f559d5
parent75d83c964f1f0297d8fd23e0ef7a4489040edf21 (diff)
removed now useless CMakeLists.txt
-rw-r--r--CMakeLists.txt5
1 files changed, 0 insertions, 5 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
deleted file mode 100644
index d14a024..0000000
--- a/CMakeLists.txt
+++ /dev/null
@@ -1,5 +0,0 @@
-SET(src)
-SET(luasrc init.lua gnuplot.lua hist.lua)
-
-ADD_TORCH_PACKAGE(gnuplot "${src}" "${luasrc}")
-ADD_TORCH_DOK(dok gnuplot "Fundamentals" "Plotting with Gnuplot" 1.3)