Skip to content

Commit

Permalink
Refs #20165. Fix compilation error in mac
Browse files Browse the repository at this point in the history
Signed-off-by: Ricardo González Moreno <ricardo@richiware.dev>
  • Loading branch information
richiware committed Sep 10, 2024
1 parent 7a51d49 commit d52b562
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/unittest/dds/xtypes/type_lookup_service/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ target_include_directories(TypeLookupServiceTests PUBLIC
${PROJECT_SOURCE_DIR}/test/mock/xtypes/TypeObjectUtils
${PROJECT_SOURCE_DIR}/include ${PROJECT_BINARY_DIR}/include
${PROJECT_SOURCE_DIR}/src/cpp
${Asio_INCLUDE_DIR}
$<$<BOOL:${ANDROID}>:${ANDROID_IFADDRS_INCLUDE_DIR}>
)

target_link_libraries(TypeLookupServiceTests
Expand Down

0 comments on commit d52b562

Please sign in to comment.