We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92dd092 commit 7318e24Copy full SHA for 7318e24
LADEL/mex/CMakeLists.txt
@@ -5,7 +5,7 @@ project(LADEL-mex)
5
find_package(Matlab REQUIRED COMPONENTS MEX_COMPILER)
6
7
# Compile the utility library
8
-add_library(mex_util OBJECT src/ladel_mex_util.c)
+add_library(mex_util STATIC src/ladel_mex_util.c)
9
target_link_libraries(mex_util PUBLIC LADEL::ladel Matlab::mex)
10
target_sources(mex_util PUBLIC FILE_SET HEADERS
11
BASE_DIRS "include"
0 commit comments