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:
authorSoumith Chintala <soumith@fb.com>2014-11-05 20:23:51 +0300
committerSoumith Chintala <soumith@fb.com>2014-11-05 20:23:51 +0300
commit4661af509e8b268717baf2732511bb0374f08246 (patch)
treec90886abc92b33a3600a5224b29f51ee7de06962
parentafba03c71d5176a2ec14721f2441af639d57dc6e (diff)
adding README.md to install folder for inline help
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 00ab06f..9033240 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -32,3 +32,4 @@ 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)
+INSTALL(FILES "README.md" DESTINATION "${Torch_INSTALL_LUA_PATH_SUBDIR}/image")