We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ab9828 commit c5fae5fCopy full SHA for c5fae5f
src/Core/Matlab/CMakeLists.txt
@@ -29,16 +29,31 @@
29
# CMakeLists.txt for Core/Matlab
30
31
SET(Core_Matlab_SRCS
32
+ fieldtomatlab.cc
33
matfile.cc
34
matfiledata.cc
35
matlabarray.cc
- matlabfile.cc
36
matlabconverter.cc
37
- fieldtomatlab.cc
+ matlabfile.cc
38
matlabtofield.cc
39
)
40
41
-SCIRUN_ADD_LIBRARY(Core_Matlab ${Core_Matlab_SRCS})
+SET(Core_Matlab_HEADERS
42
+ fieldtomatlab.h
43
+ matfile.h
44
+ matfilebase.h
45
+ matfiledata.h
46
+ matfiledefs.h
47
+ matfiletemplate.h
48
+ matlabarray.h
49
+ matlabconverter.h
50
+ matlabfile.h
51
+ MatlabIO.h
52
+ matlabtofield.h
53
+ share.h
54
+)
55
+
56
+ADD_LIBRARY(Core_Matlab ${Core_Matlab_SRCS})
57
58
TARGET_LINK_LIBRARIES(Core_Matlab
59
Core_Datatypes
0 commit comments