summaryrefslogtreecommitdiffstats
path: root/src/Matlab
diff options
context:
space:
mode:
authordkazanc <dkazanc@hotmail.com>2019-03-07 17:52:57 +0000
committerdkazanc <dkazanc@hotmail.com>2019-03-07 17:52:57 +0000
commit47693d15132130513f8d0f74fd4831a3bbf69159 (patch)
tree98094bf413ffd608b0632e01195eec6cfbc8ff55 /src/Matlab
parentcfcc4be4413f65a0b9c4ef197687e3a167eff0e8 (diff)
downloadregularization-47693d15132130513f8d0f74fd4831a3bbf69159.tar.gz
regularization-47693d15132130513f8d0f74fd4831a3bbf69159.tar.bz2
regularization-47693d15132130513f8d0f74fd4831a3bbf69159.tar.xz
regularization-47693d15132130513f8d0f74fd4831a3bbf69159.zip
matlab cmake fixed, rof tv eps
Diffstat (limited to 'src/Matlab')
-rwxr-xr-xsrc/Matlab/CMakeLists.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Matlab/CMakeLists.txt b/src/Matlab/CMakeLists.txt
index b97f845..6c5e6be 100755
--- a/src/Matlab/CMakeLists.txt
+++ b/src/Matlab/CMakeLists.txt
@@ -38,9 +38,9 @@ find_package(Matlab REQUIRED COMPONENTS MAIN_PROGRAM MX_LIBRARY ENG_LIBRARY )
#set (MEX_TARGETS "CPU_TNV;CPU_ROF")
#list(APPEND MEX_TARGETS "CPU_TNV")
#list(APPEND MEX_TARGETS "CPU_ROF")
-
+
file(GLOB CPU_MEX_FILES
- "${CMAKE_SOURCE_DIR}/Matlab/mex_compile/regularisers_CPU/*.c"
+ "${CMAKE_SOURCE_DIR}/src/Matlab/mex_compile/regularisers_CPU/*.c"
#"${CMAKE_SOURCE_DIR}/Matlab/mex_compile/regularisers_GPU/*.c"
)
@@ -101,7 +101,7 @@ if (BUILD_CUDA)
find_package(CUDA)
if (CUDA_FOUND)
file(GLOB GPU_MEX_FILES
- "${CMAKE_SOURCE_DIR}/Matlab/mex_compile/regularisers_GPU/*.cpp"
+ "${CMAKE_SOURCE_DIR}/src/Matlab/mex_compile/regularisers_GPU/*.cpp"
)
list(LENGTH GPU_MEX_FILES num)