Skip to content

Commit

Permalink
Missing link to QuaZip library added
Browse files Browse the repository at this point in the history
  • Loading branch information
joern274 committed Jul 24, 2024
1 parent 3433aac commit 0d12f40
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions plugins/netlist_modifier/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ if(PL_NETLIST_MODIFIER OR BUILD_ALL_PLUGINS)
SHARED
HEADER ${NETLIST_MODIFIER_INC}
SOURCES ${NETLIST_MODIFIER_SRC} ${NETLIST_MODIFIER_PYTHON_SRC} ${MOC_INC}
LINK_LIBRARIES PUBLIC gui netlist_simulator_controller Qt5::Widgets
LINK_LIBRARIES PUBLIC gui netlist_simulator_controller Qt5::Widgets QuaZip::QuaZip
PYDOC SPHINX_DOC_INDEX_FILE ${CMAKE_CURRENT_SOURCE_DIR}/documentation/netlist_modifier.rst
)
endif()
endif()
4 changes: 2 additions & 2 deletions plugins/netlist_simulator_study/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ if(PL_NETLIST_SIMULATOR_STUDY OR BUILD_ALL_PLUGINS)
SHARED
HEADER ${NETLIST_SIMULATOR_STUDY_INC}
SOURCES ${NETLIST_SIMULATOR_STUDY_SRC} ${NETLIST_SIMULATOR_STUDY_PYTHON_SRC} ${MOC_INC}
LINK_LIBRARIES PUBLIC gui netlist_simulator_controller Qt5::Widgets
LINK_LIBRARIES PUBLIC gui netlist_simulator_controller Qt5::Widgets QuaZip::QuaZip
PYDOC SPHINX_DOC_INDEX_FILE ${CMAKE_CURRENT_SOURCE_DIR}/documentation/netlist_simulator_study.rst
)
endif()
endif()

0 comments on commit 0d12f40

Please sign in to comment.