Skip to content

Commit

Permalink
Adding libMatlabDataArray Dependency in Cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
MWSestabro committed Nov 9, 2023
1 parent 53a0c39 commit b7aa80c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,8 @@ if(WIN32)
FILE(GLOB ZLIB_RUNTIME ${ZLIB_INCLUDE_DIRS}/../bin/*.dll)

set(OPENTELEMETRY_PROXY_RUNTIME_LIBRARIES ${PROTOBUF_RUNTIME}
${ZLIB_RUNTIME})
${ZLIB_RUNTIME}
${Matlab_ROOT_DIR}/extern/lib/win64/microsoft/libMatlabDataArray.lib)

if(WITH_OTLP_HTTP)
FILE(GLOB CURL_RUNTIME ${CURL_INCLUDE_DIRS}/../bin/*.dll)
Expand Down

0 comments on commit b7aa80c

Please sign in to comment.