Skip to content

Commit

Permalink
Refs #19648: fix test linkage
Browse files Browse the repository at this point in the history
Signed-off-by: JLBuenoLopez-eProsima <[email protected]>
  • Loading branch information
JLBuenoLopez committed Nov 27, 2023
1 parent 302bba2 commit 5f2a35f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ target_include_directories(TypeObjectUtilsTests PRIVATE
${PROJECT_SOURCE_DIR}/include ${PROJECT_BINARY_DIR}/include
${PROJECT_SOURCE_DIR}/src/cpp
)
target_link_libraries(TypeObjectUtilsTests fastrtps
target_link_libraries(TypeObjectUtilsTests fastrtps fastcdr
GTest::gtest
${CMAKE_DL_LIBS})
gtest_discover_tests(TypeObjectUtilsTests SOURCES ${TYPEOBJECTUTILSTESTS_SOURCE})

0 comments on commit 5f2a35f

Please sign in to comment.