Skip to content

Commit

Permalink
fixup! squash! General CMakeLists improvements - cmake v2→v3
Browse files Browse the repository at this point in the history
  • Loading branch information
kheaactua committed Aug 14, 2024
1 parent f92cf9b commit 6932991
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions test/common/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,20 @@ file (GLOB INC include/common/*.hpp, include/common/vsomeip_app_utilities/*.hpp)
# Declare the library
# ----------------------------------------------------------------------------
add_library (
${PROJECT_NAME} SHARED
vsomeip_utilities
${SRC}
${INC}
)

TARGET_LINK_LIBRARIES (
${PROJECT_NAME}
target_link_libraries (
vsomeip_utilities
PUBLIC
${VSOMEIP_NAME}
${Boost_LIBRARIES}
${DL_LIBRARY}
${TEST_LINK_LIBRARIES}
vsomeip3
PRIVATE
Boost::system
Boost::filesystem
INTERFACE
DL_INTERFACE
)

# ----------------------------------------------------------------------------
Expand Down

0 comments on commit 6932991

Please sign in to comment.