Skip to content

Commit

Permalink
Build as a shared libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
edoardob90 committed Jan 10, 2024
1 parent 0fac650 commit f69a40a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cleedpy/cleed/src/libmat/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set(BLA_VENDOR OpenBLAS)
file(GLOB LIBMAT_SOURCES "mat*.c")

# Define the library from the collected source files
add_library(mat ${LIBMAT_SOURCES})
add_library(mat SHARED ${LIBMAT_SOURCES})

# Find BLAS/LAPACK
find_package(BLAS REQUIRED)
Expand Down

0 comments on commit f69a40a

Please sign in to comment.