Skip to content

Commit

Permalink
Fix cmake for compilation in Windows
Browse files Browse the repository at this point in the history
Signed-off-by: Lucia Echevarria <luciaechevarria@eprosima.com>
  • Loading branch information
LuciaEchevarria99 committed Jul 10, 2024
1 parent 1643485 commit 88f80c4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/unittest/dds/xtypes/serializers/json/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ configure_file(

set(SERIALIZE_JSON_SOURCE
DynDataJSONTests.cpp
${PROJECT_SOURCE_DIR}/src/cpp/fastdds/xtypes/utils.cpp)
${PROJECT_SOURCE_DIR}/src/cpp/fastdds/xtypes/utils.cpp
${PROJECT_SOURCE_DIR}/src/cpp/fastdds/xtypes/serializers/json/dynamic_data_json.cpp)

file(GLOB DATATYPE_IMPLEMENTATION_CPP "types/**/implementation/*.cpp")
file(GLOB DATATYPE_SOURCES_CXX "types/**/gen/*.cxx")
Expand Down

0 comments on commit 88f80c4

Please sign in to comment.