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

github.com/torch/nngraph.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvo Danihelka <ivo@danihelka.net>2014-03-03 22:22:02 +0400
committerIvo Danihelka <ivo@danihelka.net>2014-03-03 22:22:02 +0400
commitf3eeff0cf6c3f5adce57119b77be8b12776f30b5 (patch)
treee386ac47d7b7bbeea0ed0f18ee72a17ae684936b
parent5e7c63bd5f4f4ddb59077c10ca2906b0a1bb7fdf (diff)
parent243368ebfc7f9a3307eff5acdceb6291cdf81c1c (diff)
Merge pull request #24 from fidlej/topic_graphinspecting_CMakeLists
Added graphinspecting.lua to the CMakeLists.txt
-rw-r--r--CMakeLists.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 470fa51..cd283bc 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -3,7 +3,6 @@ CMAKE_MINIMUM_REQUIRED(VERSION 2.6 FATAL_ERROR)
CMAKE_POLICY(VERSION 2.6)
FIND_PACKAGE(Torch REQUIRED)
-SET(luasrc init.lua gmodule.lua node.lua utils.lua nesting.lua
- test.lua)
+FILE(GLOB luasrc *.lua)
ADD_TORCH_PACKAGE(nngraph "" "${luasrc}" "Neural Net Graph Package")