Skip to content

Commit

Permalink
Fixed unable to build examples with installed DBus
Browse files Browse the repository at this point in the history
  • Loading branch information
Sp3EdeR committed Nov 21, 2022
1 parent 1e6e696 commit 32af2ec
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 32af2ec

Please sign in to comment.