Skip to content

Commit

Permalink
Closes #92: libmexclass_client_add_proxy_library should link the cl…
Browse files Browse the repository at this point in the history
…ient proxy library against the `libmex` shared library (#93)
  • Loading branch information
sgilmore10 authored Nov 12, 2024
1 parent fbf14ff commit cac7c36
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions libmexclass/cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,9 @@ macro(libmexclass_client_add_proxy_library)
target_link_libraries(${LIBMEXCLASS_CLIENT_PROXY_LIBRARY_NAME} PRIVATE mexclass)
# Link against MATLAB Data Array shared library.
target_link_libraries(${LIBMEXCLASS_CLIENT_PROXY_LIBRARY_NAME} PRIVATE ${Matlab_DATAARRAY_LIBRARY})
# Link against MEX shared library.
target_link_libraries(${LIBMEXCLASS_CLIENT_PROXY_LIBRARY_NAME} PRIVATE ${Matlab_MEX_LIBRARY})


define_property(
TARGET
Expand Down

0 comments on commit cac7c36

Please sign in to comment.