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

github.com/torch/cutorch.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClement Farabet <clement.farabet@gmail.com>2012-09-07 02:43:21 +0400
committerClement Farabet <clement.farabet@gmail.com>2012-09-07 02:43:21 +0400
commitc7ecb7d9b95ebba79bb6a00deb963307124bd2ff (patch)
treeec88a47456260286bbecb5aa1f14b4792281afcc /CMakeLists.txt
parent16486154ddc1237ac6ad34cde467eae78e59de45 (diff)
Arnaud's patch for new CUDA stuff
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 7d45148..c59c820 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -6,4 +6,4 @@ ADD_TORCH_WRAP(cudatensormathwrap TensorMath.lua)
INCLUDE_DIRECTORIES("${Torch_SOURCE_PKG}/torch")
ADD_TORCH_PACKAGE(cutorch "${src}" "${luasrc}")
-TARGET_LINK_LIBRARIES(cutorch luaT THC)
+TARGET_LINK_LIBRARIES(cutorch luaT THC torch)