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

github.com/torch/cunn.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Tulloch <andrew@tullo.ch>2014-11-27 07:11:00 +0300
committerAndrew Tulloch <andrew@tullo.ch>2014-11-27 07:11:13 +0300
commit612128a66860c150ea8ca6d0ebd006a842405ecf (patch)
tree29bd095441365fe8938103ad5ee1981c1a2a8f2c /CMakeLists.txt
parent37ea73698c7654a077b2241685f84d95e19f08bb (diff)
Move test/benchmark to top level
Summary: Test Plan: Reviewers: Subscribers: Tasks: Blame Revision:
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 0f906b8..0801a10 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -22,7 +22,7 @@ INCLUDE_DIRECTORIES("${Torch_INSTALL_INCLUDE}/THC")
LINK_DIRECTORIES("${Torch_INSTALL_LIB}")
SET(src-cuda init.cu)
-SET(luasrc init.lua test/test.lua)
+SET(luasrc init.lua test.lua)
CUDA_ADD_LIBRARY(cunn MODULE ${src-cuda})
TARGET_LINK_LIBRARIES(cunn luaT THC TH)