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:
authorClement Farabet <clement.farabet@gmail.com>2014-07-24 18:02:51 +0400
committerClement Farabet <clement.farabet@gmail.com>2014-07-24 18:02:51 +0400
commitd66a11ebbdb85e6348aec148a95fc56a8fdabaeb (patch)
treeacf0a76f2ac360b6a702ce290f4ea6f05b54fd37 /CMakeLists.txt
parent6217ca696a5d5cebc6c705b6575c5dea5c60d0f2 (diff)
parent082080dfee2484cc1b7b3269a0a4408e839d12c5 (diff)
Merge branch 'fabio' of github.com:jucor/image into jucor-fabio
Conflicts: CMakeLists.txt
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 3e81a61..00ab06f 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 win.ui)
+SET(luasrc init.lua fabio.jpg fabio.png lena.jpg lena.png win.ui)
ADD_TORCH_PACKAGE(image "${src}" "${luasrc}" "Image Processing")
TARGET_LINK_LIBRARIES(image luaT TH)