Skip to content

Commit

Permalink
Merge pull request #44 from Sp3EdeR/master
Browse files Browse the repository at this point in the history
Fixed unable to build examples with installed DBus
  • Loading branch information
goncaloalmeida authored Sep 8, 2023
2 parents cc1ff19 + 32af2ec commit 7bf7b23
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions CommonAPI-Examples/E01HelloWorld/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ link_directories(
${COMMONAPI_LIBDIR}
${COMMONAPI_DBUS_LIBDIR}
${COMMONAPI_SOMEIP_CMAKE_DIR}/build
${DBus_LIBRARY_DIRS}
${Boost_LIBRARY_DIR}
)
else()
Expand Down
1 change: 1 addition & 0 deletions CommonAPI-Examples/E02Attributes/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ link_directories(
${COMMONAPI_LIBDIR}
${COMMONAPI_DBUS_LIBDIR}
${COMMONAPI_SOMEIP_CMAKE_DIR}/build
${DBus_LIBRARY_DIRS}
${Boost_LIBRARY_DIR}
)
else()
Expand Down
1 change: 1 addition & 0 deletions CommonAPI-Examples/E03Methods/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ link_directories(
${COMMONAPI_LIBDIR}
${COMMONAPI_DBUS_LIBDIR}
${COMMONAPI_SOMEIP_CMAKE_DIR}/build
${DBus_LIBRARY_DIRS}
${Boost_LIBRARY_DIR}
)
else()
Expand Down
1 change: 1 addition & 0 deletions CommonAPI-Examples/E04PhoneBook/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ link_directories(
${COMMONAPI_LIBDIR}
${COMMONAPI_DBUS_LIBDIR}
${COMMONAPI_SOMEIP_CMAKE_DIR}/build
${DBus_LIBRARY_DIRS}
${Boost_LIBRARY_DIR}
)
else()
Expand Down
1 change: 1 addition & 0 deletions CommonAPI-Examples/E05Manager/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ link_directories(
${COMMONAPI_LIBDIR}
${COMMONAPI_DBUS_LIBDIR}
${COMMONAPI_SOMEIP_CMAKE_DIR}/build
${DBus_LIBRARY_DIRS}
${Boost_LIBRARY_DIR}
)
else()
Expand Down
1 change: 1 addition & 0 deletions CommonAPI-Examples/E06Unions/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ link_directories(
${COMMONAPI_LIBDIR}
${COMMONAPI_DBUS_LIBDIR}
${COMMONAPI_SOMEIP_CMAKE_DIR}/build
${DBus_LIBRARY_DIRS}
${Boost_LIBRARY_DIR}
)
else()
Expand Down
1 change: 1 addition & 0 deletions CommonAPI-Examples/E07Mainloop/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ link_directories(
${COMMONAPI_LIBDIR}
${COMMONAPI_DBUS_LIBDIR}
${COMMONAPI_SOMEIP_CMAKE_DIR}/build
${DBus_LIBRARY_DIRS}
${Boost_LIBRARY_DIR}
)
else()
Expand Down

0 comments on commit 7bf7b23

Please sign in to comment.