Skip to content

Commit 7318e24

Browse files
committed
Make mex_util a static library
1 parent 92dd092 commit 7318e24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

LADEL/mex/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ project(LADEL-mex)
55
find_package(Matlab REQUIRED COMPONENTS MEX_COMPILER)
66

77
# Compile the utility library
8-
add_library(mex_util OBJECT src/ladel_mex_util.c)
8+
add_library(mex_util STATIC src/ladel_mex_util.c)
99
target_link_libraries(mex_util PUBLIC LADEL::ladel Matlab::mex)
1010
target_sources(mex_util PUBLIC FILE_SET HEADERS
1111
BASE_DIRS "include"

0 commit comments

Comments
 (0)