Skip to content

Commit

Permalink
Add missing linked library
Browse files Browse the repository at this point in the history
Signed-off-by: Jorge J. Perez <[email protected]>
  • Loading branch information
Blast545 committed May 29, 2024
1 parent 9328659 commit 7ba196f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ target_link_libraries(${PROJECT_LIBRARY_TARGET_NAME}
PRIVATE
ignition-common${IGN_COMMON_MAJOR_VER}::ignition-common${IGN_COMMON_MAJOR_VER}
ignition-math${IGN_MATH_MAJOR_VER}::ignition-math${IGN_MATH_MAJOR_VER}
ignition-utils${IGN_UTILS_VER}::core
${BACKWARD_LIBRARIES}
)

Expand Down

0 comments on commit 7ba196f

Please sign in to comment.