Skip to content

Commit

Permalink
Fix include dirs and link libs for mdsplus plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
cenkoloji committed Dec 5, 2023
1 parent e44bf7f commit e2be3a9
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions source/plugins/mdsplus/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,11 @@ uda_plugin(
DESCRIPTION "MDSplus reader"
EXAMPLE "MDSPLUS::read()"
LIBNAME mdsplus_plugin
SOURCES mdsplusPlugin.cpp
SOURCES mdsplusPlugin.cpp mdsplusPlugin.h
EXTRA_INCLUDE_DIRS
${LIBXML2_INCLUDE_DIR}
${MDSPLUS_INCLUDES}
EXTRA_LINK_LIBS
LibXml2::LibXml2
MDSPLUS::MDSPLUS
${LIBXML2_LIBRARIES}
${MDSPLUS_LIBRARIES}
)

0 comments on commit e2be3a9

Please sign in to comment.