Skip to content

Commit b99a33f

Browse files
committed
[ci] fix macos build error, add missing new unit in cmake
1 parent 729fc37 commit b99a33f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/CMakeLists.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@ cuda_add_library(mcx STATIC
6767
mcx_shapes.h
6868
mcx_bench.c
6969
mcx_bench.h
70+
mcx_lang.c
71+
mcx_lang.h
7072
mcx_mie.cpp
7173
mcx_mie.h
7274
mcx_tictoc.c
@@ -105,6 +107,8 @@ if (BUILD_PYTHON)
105107
mcx_shapes.h
106108
mcx_bench.c
107109
mcx_bench.h
110+
mcx_lang.c
111+
mcx_lang.h
108112
mcx_mie.cpp
109113
mcx_mie.h
110114
mcx_tictoc.c
@@ -136,6 +140,8 @@ if(BUILD_MEX AND Matlab_FOUND)
136140
mcx_shapes.h
137141
mcx_bench.c
138142
mcx_bench.h
143+
mcx_lang.c
144+
mcx_lang.h
139145
mcx_mie.cpp
140146
mcx_mie.h
141147
mcx_tictoc.c

0 commit comments

Comments
 (0)