Skip to content

Commit

Permalink
Link client proxy 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 1c24621
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 1c24621

Please sign in to comment.