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

CMakeLists.txt « lib - github.com/torch/cunn.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2906b2e9fc1adaa2a4380f84b2e434de62f9a8c5 (plain)
1
2
3
4
CMAKE_MINIMUM_REQUIRED(VERSION 2.8 FATAL_ERROR)
SET(THCUNN_INSTALL_LIB_SUBDIR "${Torch_INSTALL_LUA_CPATH_SUBDIR}")
SET(THCUNN_INSTALL_INCLUDE_SUBDIR "${Torch_INSTALL_INCLUDE_SUBDIR}")
ADD_SUBDIRECTORY(THCUNN)