Skip to content

Commit

Permalink
Refs #18687. Fix cmakelists.txt
Browse files Browse the repository at this point in the history
Signed-off-by: Ricardo González <correoricky@gmail.com>
  • Loading branch information
richiware committed Sep 29, 2023
1 parent 6dece04 commit 43cceae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastdds_python/test/types/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ add_library(${PROJECT_NAME} SHARED ${${PROJECT_NAME}_FILES})
if(WIN32)
target_compile_definitions(${PROJECT_NAME} PRIVATE EPROSIMA_USER_DLL_EXPORT)
endif(WIN32)
target_link_libraries(${PROJECT_NAME} PUBLIC fastcdr fastrtps)
target_link_libraries(${PROJECT_NAME} PUBLIC fastcdr fastrtps test_included_modules)

###############################################################################
# Python bindings for type
Expand Down

0 comments on commit 43cceae

Please sign in to comment.