Skip to content

Commit 05fe563

Browse files
richiwareJLBuenoLopez
authored andcommitted
Refs #19960. Apply types header-only
Signed-off-by: Ricardo González Moreno <ricardo@richiware.dev>
1 parent a1c89b1 commit 05fe563

37 files changed

Lines changed: 7694 additions & 47700 deletions

fastdds_python/test/types/CMakeLists.txt

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@ set(CMAKE_POSITION_INDEPENDENT_CODE ON)
2929

3030
#Create library for C++ types
3131
add_library(${PROJECT_NAME} SHARED
32-
test_included_modules.cxx
33-
test_included_modulesv1.cxx
3432
test_included_modulesPubSubTypes.cxx
3533
)
3634
if(WIN32)
@@ -137,8 +135,6 @@ set(CMAKE_POSITION_INDEPENDENT_CODE ON)
137135

138136
#Create library for C++ types
139137
add_library(${PROJECT_NAME} SHARED
140-
test_modules.cxx
141-
test_modulesv1.cxx
142138
test_modulesPubSubTypes.cxx
143139
)
144140
if(WIN32)
@@ -245,8 +241,6 @@ set(CMAKE_POSITION_INDEPENDENT_CODE ON)
245241

246242
#Create library for C++ types
247243
add_library(${PROJECT_NAME} SHARED
248-
test_complete.cxx
249-
test_completev1.cxx
250244
test_completePubSubTypes.cxx
251245
)
252246
if(WIN32)

0 commit comments

Comments
 (0)