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

github.com/torch/image.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkoray kavukcuoglu <koray@kavukcuoglu.org>2014-07-24 14:57:55 +0400
committerkoray kavukcuoglu <koray@kavukcuoglu.org>2014-07-24 14:57:55 +0400
commit6217ca696a5d5cebc6c705b6575c5dea5c60d0f2 (patch)
treefb0d7926974f38e2dc1cc4c120729bcac27492cf /CMakeLists.txt
parent538e5e6a4e7cfd9975760247018db97b777a6454 (diff)
remove full lena from cmake
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 378afe3..3e81a61 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -28,7 +28,7 @@ else (PNG_FOUND)
endif (PNG_FOUND)
SET(src image.c)
-SET(luasrc init.lua lena.jpg lena.png lena_full.jpg lena_full.png win.ui)
+SET(luasrc init.lua lena.jpg lena.png win.ui)
ADD_TORCH_PACKAGE(image "${src}" "${luasrc}" "Image Processing")
TARGET_LINK_LIBRARIES(image luaT TH)