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 729fc37 commit b99a33fCopy full SHA for b99a33f
src/CMakeLists.txt
@@ -67,6 +67,8 @@ cuda_add_library(mcx STATIC
67
mcx_shapes.h
68
mcx_bench.c
69
mcx_bench.h
70
+ mcx_lang.c
71
+ mcx_lang.h
72
mcx_mie.cpp
73
mcx_mie.h
74
mcx_tictoc.c
@@ -105,6 +107,8 @@ if (BUILD_PYTHON)
105
107
106
108
109
110
111
112
113
114
@@ -136,6 +140,8 @@ if(BUILD_MEX AND Matlab_FOUND)
136
140
137
141
138
142
143
144
139
145
146
147
0 commit comments