Skip to content

Commit

Permalink
system-plugin: link required libraries with plugin library
Browse files Browse the repository at this point in the history
  • Loading branch information
Mateo Cindrić committed Jul 28, 2022
1 parent acd6885 commit 7056d8d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,14 @@ find_package(UMGMT REQUIRED)
find_package(LIBSYSTEMD)
find_package(AUGYANG)

target_link_libraries(
${PLUGIN_LIRBARY_NAME}
${SYSREPO_LIBRARIES}
${LIBYANG_LIBRARIES}
${SRPC_LIBRARIES}
${UMGMT_LIBRARIES}
)

target_link_libraries(
${PROJECT_NAME}
${SYSREPO_LIBRARIES}
Expand Down

0 comments on commit 7056d8d

Please sign in to comment.