Skip to content

Commit

Permalink
Link client proxy shared library against libmex
Browse files Browse the repository at this point in the history
  • Loading branch information
sgilmore10 committed Nov 12, 2024
1 parent fbf14ff commit 2497e00
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libmexclass/cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,8 @@ 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 MATLAB MEX shared library.
target_link_libraries(${LIBMEXCLASS_CLIENT_PROXY_LIBRARY_NAME} PRIVATE ${Matlab_MEX_LIBRARY})

define_property(
TARGET
Expand Down

0 comments on commit 2497e00

Please sign in to comment.