Skip to content

Commit

Permalink
[samples/tests] folder structure cleaned up (#1445)
Browse files Browse the repository at this point in the history
* testing renamed to tests ecal core samples and ecal core tests aligned to the same project property folders samples and tests
  • Loading branch information
rex-schilasky authored Mar 11, 2024
1 parent 3092e1b commit 84fae8f
Show file tree
Hide file tree
Showing 98 changed files with 82 additions and 82 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/clang-tidy-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
build_dir: _build
apt_packages: "cmake,ninja-build,build-essential,zlib1g-dev,qtbase5-dev,libhdf5-dev,libprotobuf-dev,libprotoc-dev,protobuf-compiler,libcurl4-openssl-dev,libqwt-qt5-dev,libyaml-cpp-dev"
config_file: ".clang-tidy"
exclude: "ecal/core/src/serialization/nanopb/*,thirdparty/*,_build/*,convert_utf.cpp,convert_utf.h,testing/*"
exclude: "ecal/core/src/serialization/nanopb/*,thirdparty/*,_build/*,convert_utf.cpp,convert_utf.h,tests/*"
split_workflow: true
lgtm_comment_body: ""
cmake_command: |
Expand Down
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -479,10 +479,10 @@ if(BUILD_ECAL_TESTS)
# test contrib
# ------------------------------------------------------
if(HAS_HDF5)
add_subdirectory(testing/contrib/ecalhdf5/hdf5_test)
add_subdirectory(tests/contrib/ecalhdf5/hdf5_test)
endif()
add_subdirectory(testing/contrib/ecalproto/dynproto_test)
add_subdirectory(testing/contrib/ecalproto/ecal_proto_test)
add_subdirectory(tests/contrib/ecalproto/dynproto_test)
add_subdirectory(tests/contrib/ecalproto/ecal_proto_test)

# ------------------------------------------------------
# test apps
Expand Down
2 changes: 1 addition & 1 deletion ecal/samples/c/pubsub/string/minimal_rec/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ target_compile_features(${PROJECT_NAME} PRIVATE cxx_std_14)

ecal_install_sample(${PROJECT_NAME})

set_property(TARGET ${PROJECT_NAME} PROPERTY FOLDER core/samples/c/pubsub/string)
set_property(TARGET ${PROJECT_NAME} PROPERTY FOLDER samples/c/pubsub/string)
2 changes: 1 addition & 1 deletion ecal/samples/c/pubsub/string/minimal_rec_cb/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ target_compile_features(${PROJECT_NAME} PRIVATE cxx_std_14)

ecal_install_sample(${PROJECT_NAME})

set_property(TARGET ${PROJECT_NAME} PROPERTY FOLDER core/samples/c/pubsub/string)
set_property(TARGET ${PROJECT_NAME} PROPERTY FOLDER samples/c/pubsub/string)
2 changes: 1 addition & 1 deletion ecal/samples/c/pubsub/string/minimal_snd/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ target_compile_features(${PROJECT_NAME} PRIVATE cxx_std_14)

ecal_install_sample(${PROJECT_NAME})

set_property(TARGET ${PROJECT_NAME} PROPERTY FOLDER core/samples/c/pubsub/string)
set_property(TARGET ${PROJECT_NAME} PROPERTY FOLDER samples/c/pubsub/string)
2 changes: 1 addition & 1 deletion ecal/samples/c/services/minimal_client_c/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ target_compile_features(${PROJECT_NAME} PRIVATE cxx_std_14)

ecal_install_sample(${PROJECT_NAME})

set_property(TARGET ${PROJECT_NAME} PROPERTY FOLDER core/samples/c/services)
set_property(TARGET ${PROJECT_NAME} PROPERTY FOLDER samples/c/services)
2 changes: 1 addition & 1 deletion ecal/samples/c/services/minimal_server_c/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ target_compile_features(${PROJECT_NAME} PRIVATE cxx_std_14)

ecal_install_sample(${PROJECT_NAME})

set_property(TARGET ${PROJECT_NAME} PROPERTY FOLDER core/samples/c/services)
set_property(TARGET ${PROJECT_NAME} PROPERTY FOLDER samples/c/services)
2 changes: 1 addition & 1 deletion ecal/samples/cpp/benchmarks/counter_rec/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ target_compile_features(${PROJECT_NAME} PRIVATE cxx_std_14)

ecal_install_sample(${PROJECT_NAME})

set_property(TARGET ${PROJECT_NAME} PROPERTY FOLDER core/samples/cpp/benchmarks/counter)
set_property(TARGET ${PROJECT_NAME} PROPERTY FOLDER samples/cpp/benchmarks/counter)
2 changes: 1 addition & 1 deletion ecal/samples/cpp/benchmarks/counter_snd/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ target_compile_features(${PROJECT_NAME} PRIVATE cxx_std_14)

ecal_install_sample(${PROJECT_NAME})

set_property(TARGET ${PROJECT_NAME} PROPERTY FOLDER core/samples/cpp/benchmarks/counter)
set_property(TARGET ${PROJECT_NAME} PROPERTY FOLDER samples/cpp/benchmarks/counter)
2 changes: 1 addition & 1 deletion ecal/samples/cpp/benchmarks/datarate_rec/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ target_compile_features(${PROJECT_NAME} PRIVATE cxx_std_14)

ecal_install_sample(${PROJECT_NAME})

set_property(TARGET ${PROJECT_NAME} PROPERTY FOLDER core/samples/cpp/benchmarks/datarate)
set_property(TARGET ${PROJECT_NAME} PROPERTY FOLDER samples/cpp/benchmarks/datarate)
2 changes: 1 addition & 1 deletion ecal/samples/cpp/benchmarks/datarate_snd/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ target_compile_features(${PROJECT_NAME} PRIVATE cxx_std_14)

ecal_install_sample(${PROJECT_NAME})

set_property(TARGET ${PROJECT_NAME} PROPERTY FOLDER core/samples/cpp/benchmarks/datarate)
set_property(TARGET ${PROJECT_NAME} PROPERTY FOLDER samples/cpp/benchmarks/datarate)
2 changes: 1 addition & 1 deletion ecal/samples/cpp/benchmarks/dynsize_snd/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ target_compile_features(${PROJECT_NAME} PRIVATE cxx_std_14)

ecal_install_sample(${PROJECT_NAME})

set_property(TARGET ${PROJECT_NAME} PROPERTY FOLDER core/samples/cpp/benchmarks/performance)
set_property(TARGET ${PROJECT_NAME} PROPERTY FOLDER samples/cpp/benchmarks/performance)
2 changes: 1 addition & 1 deletion ecal/samples/cpp/benchmarks/latency_rec/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ target_compile_features(${PROJECT_NAME} PRIVATE cxx_std_14)

ecal_install_sample(${PROJECT_NAME})

set_property(TARGET ${PROJECT_NAME} PROPERTY FOLDER core/samples/cpp/benchmarks/latency)
set_property(TARGET ${PROJECT_NAME} PROPERTY FOLDER samples/cpp/benchmarks/latency)
2 changes: 1 addition & 1 deletion ecal/samples/cpp/benchmarks/latency_snd/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ target_compile_features(${PROJECT_NAME} PRIVATE cxx_std_14)

ecal_install_sample(${PROJECT_NAME})

set_property(TARGET ${PROJECT_NAME} PROPERTY FOLDER core/samples/cpp/benchmarks/latency)
set_property(TARGET ${PROJECT_NAME} PROPERTY FOLDER samples/cpp/benchmarks/latency)
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ target_compile_features(${PROJECT_NAME} PRIVATE cxx_std_14)

ecal_install_sample(${PROJECT_NAME})

set_property(TARGET ${PROJECT_NAME} PROPERTY FOLDER core/samples/cpp/benchmarks/many_connections)
set_property(TARGET ${PROJECT_NAME} PROPERTY FOLDER samples/cpp/benchmarks/many_connections)
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ target_compile_features(${PROJECT_NAME} PRIVATE cxx_std_14)

ecal_install_sample(${PROJECT_NAME})

set_property(TARGET ${PROJECT_NAME} PROPERTY FOLDER core/samples/cpp/benchmarks/many_connections)
set_property(TARGET ${PROJECT_NAME} PROPERTY FOLDER samples/cpp/benchmarks/many_connections)
2 changes: 1 addition & 1 deletion ecal/samples/cpp/benchmarks/multiple_rec/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ target_compile_features(${PROJECT_NAME} PRIVATE cxx_std_14)

ecal_install_sample(${PROJECT_NAME})

set_property(TARGET ${PROJECT_NAME} PROPERTY FOLDER core/samples/cpp/benchmarks/multiple)
set_property(TARGET ${PROJECT_NAME} PROPERTY FOLDER samples/cpp/benchmarks/multiple)
2 changes: 1 addition & 1 deletion ecal/samples/cpp/benchmarks/multiple_snd/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ target_compile_features(${PROJECT_NAME} PRIVATE cxx_std_14)

ecal_install_sample(${PROJECT_NAME})

set_property(TARGET ${PROJECT_NAME} PROPERTY FOLDER core/samples/cpp/benchmarks/multiple)
set_property(TARGET ${PROJECT_NAME} PROPERTY FOLDER samples/cpp/benchmarks/multiple)
2 changes: 1 addition & 1 deletion ecal/samples/cpp/benchmarks/performance_rec/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ target_compile_features(${PROJECT_NAME} PRIVATE cxx_std_14)

ecal_install_sample(${PROJECT_NAME})

set_property(TARGET ${PROJECT_NAME} PROPERTY FOLDER core/samples/cpp/benchmarks/performance)
set_property(TARGET ${PROJECT_NAME} PROPERTY FOLDER samples/cpp/benchmarks/performance)
2 changes: 1 addition & 1 deletion ecal/samples/cpp/benchmarks/performance_snd/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ target_compile_features(${PROJECT_NAME} PRIVATE cxx_std_14)

ecal_install_sample(${PROJECT_NAME})

set_property(TARGET ${PROJECT_NAME} PROPERTY FOLDER core/samples/cpp/benchmarks/performance)
set_property(TARGET ${PROJECT_NAME} PROPERTY FOLDER samples/cpp/benchmarks/performance)
2 changes: 1 addition & 1 deletion ecal/samples/cpp/benchmarks/perftool/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ source_group(TREE "${CMAKE_CURRENT_LIST_DIR}"

ecal_install_sample(${PROJECT_NAME})

set_property(TARGET ${PROJECT_NAME} PROPERTY FOLDER core/samples/cpp/benchmarks/perftool)
set_property(TARGET ${PROJECT_NAME} PROPERTY FOLDER samples/cpp/benchmarks/perftool)
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ target_compile_features(${PROJECT_NAME} PRIVATE cxx_std_14)

ecal_install_sample(${PROJECT_NAME})

set_property(TARGET ${PROJECT_NAME} PROPERTY FOLDER core/samples/cpp/benchmarks/performance)
set_property(TARGET ${PROJECT_NAME} PROPERTY FOLDER samples/cpp/benchmarks/performance)
2 changes: 1 addition & 1 deletion ecal/samples/cpp/misc/process/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@ target_compile_features(${PROJECT_NAME} PRIVATE cxx_std_14)

ecal_install_sample(${PROJECT_NAME})

set_property(TARGET ${PROJECT_NAME} PROPERTY FOLDER core/samples/cpp/misc)
set_property(TARGET ${PROJECT_NAME} PROPERTY FOLDER samples/cpp/misc)

2 changes: 1 addition & 1 deletion ecal/samples/cpp/misc/time/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ target_compile_features(${PROJECT_NAME} PRIVATE cxx_std_14)

ecal_install_sample(${PROJECT_NAME})

set_property(TARGET ${PROJECT_NAME} PROPERTY FOLDER core/samples/cpp/misc)
set_property(TARGET ${PROJECT_NAME} PROPERTY FOLDER samples/cpp/misc)
2 changes: 1 addition & 1 deletion ecal/samples/cpp/misc/timer/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ target_compile_features(${PROJECT_NAME} PRIVATE cxx_std_14)

ecal_install_sample(${PROJECT_NAME})

set_property(TARGET ${PROJECT_NAME} PROPERTY FOLDER core/samples/cpp/misc)
set_property(TARGET ${PROJECT_NAME} PROPERTY FOLDER samples/cpp/misc)
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ target_compile_features(${PROJECT_NAME} PRIVATE cxx_std_14)

ecal_install_sample(${PROJECT_NAME})

set_property(TARGET ${PROJECT_NAME} PROPERTY FOLDER core/samples/cpp/monitoring)
set_property(TARGET ${PROJECT_NAME} PROPERTY FOLDER samples/cpp/monitoring)
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ target_compile_features(${PROJECT_NAME} PRIVATE cxx_std_14)

ecal_install_sample(${PROJECT_NAME})

set_property(TARGET ${PROJECT_NAME} PROPERTY FOLDER core/samples/cpp/monitoring)
set_property(TARGET ${PROJECT_NAME} PROPERTY FOLDER samples/cpp/monitoring)
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ target_compile_features(${PROJECT_NAME} PRIVATE cxx_std_14)

ecal_install_sample(${PROJECT_NAME})

set_property(TARGET ${PROJECT_NAME} PROPERTY FOLDER core/samples/cpp/monitoring)
set_property(TARGET ${PROJECT_NAME} PROPERTY FOLDER samples/cpp/monitoring)
2 changes: 1 addition & 1 deletion ecal/samples/cpp/monitoring/monitoring_rec/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ target_compile_features(${PROJECT_NAME} PRIVATE cxx_std_14)

ecal_install_sample(${PROJECT_NAME})

set_property(TARGET ${PROJECT_NAME} PROPERTY FOLDER core/samples/cpp/monitoring)
set_property(TARGET ${PROJECT_NAME} PROPERTY FOLDER samples/cpp/monitoring)
2 changes: 1 addition & 1 deletion ecal/samples/cpp/monitoring/monitoring_reg/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ target_compile_features(${PROJECT_NAME} PRIVATE cxx_std_14)

ecal_install_sample(${PROJECT_NAME})

set_property(TARGET ${PROJECT_NAME} PROPERTY FOLDER core/samples/cpp/monitoring)
set_property(TARGET ${PROJECT_NAME} PROPERTY FOLDER samples/cpp/monitoring)
2 changes: 1 addition & 1 deletion ecal/samples/cpp/orchestration/component1/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ target_compile_features(${PROJECT_NAME} PRIVATE cxx_std_14)

ecal_install_sample(${PROJECT_NAME})

set_property(TARGET ${PROJECT_NAME} PROPERTY FOLDER core/samples/cpp/orchestration)
set_property(TARGET ${PROJECT_NAME} PROPERTY FOLDER samples/cpp/orchestration)
2 changes: 1 addition & 1 deletion ecal/samples/cpp/orchestration/component2/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ target_compile_features(${PROJECT_NAME} PRIVATE cxx_std_14)

ecal_install_sample(${PROJECT_NAME})

set_property(TARGET ${PROJECT_NAME} PROPERTY FOLDER core/samples/cpp/orchestration)
set_property(TARGET ${PROJECT_NAME} PROPERTY FOLDER samples/cpp/orchestration)
2 changes: 1 addition & 1 deletion ecal/samples/cpp/orchestration/orchestrator/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ target_compile_features(${PROJECT_NAME} PRIVATE cxx_std_14)

ecal_install_sample(${PROJECT_NAME})

set_property(TARGET ${PROJECT_NAME} PROPERTY FOLDER core/samples/cpp/orchestration)
set_property(TARGET ${PROJECT_NAME} PROPERTY FOLDER samples/cpp/orchestration)
2 changes: 1 addition & 1 deletion ecal/samples/cpp/pubsub/binary/binary_rec/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ target_compile_features(${PROJECT_NAME} PRIVATE cxx_std_14)

ecal_install_sample(${PROJECT_NAME})

set_property(TARGET ${PROJECT_NAME} PROPERTY FOLDER core/samples/cpp/pubsub/binary)
set_property(TARGET ${PROJECT_NAME} PROPERTY FOLDER samples/cpp/pubsub/binary)
2 changes: 1 addition & 1 deletion ecal/samples/cpp/pubsub/binary/binary_snd/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ target_compile_features(${PROJECT_NAME} PRIVATE cxx_std_14)

ecal_install_sample(${PROJECT_NAME})

set_property(TARGET ${PROJECT_NAME} PROPERTY FOLDER core/samples/cpp/pubsub/binary)
set_property(TARGET ${PROJECT_NAME} PROPERTY FOLDER samples/cpp/pubsub/binary)
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ target_link_libraries(${PROJECT_NAME} eCAL::core)

# install and set properties
ecal_install_sample(${PROJECT_NAME})
set_property(TARGET ${PROJECT_NAME} PROPERTY FOLDER core/samples/cpp/pubsub/binary)
set_property(TARGET ${PROJECT_NAME} PROPERTY FOLDER samples/cpp/pubsub/binary)
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ target_link_libraries(${PROJECT_NAME} eCAL::core)

# install and set properties
ecal_install_sample(${PROJECT_NAME})
set_property(TARGET ${PROJECT_NAME} PROPERTY FOLDER core/samples/cpp/pubsub/binary)
set_property(TARGET ${PROJECT_NAME} PROPERTY FOLDER samples/cpp/pubsub/binary)
2 changes: 1 addition & 1 deletion ecal/samples/cpp/pubsub/binary/ping/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ target_compile_features(${PROJECT_NAME} PRIVATE cxx_std_14)

ecal_install_sample(${PROJECT_NAME})

set_property(TARGET ${PROJECT_NAME} PROPERTY FOLDER core/samples/cpp/pubsub/binary)
set_property(TARGET ${PROJECT_NAME} PROPERTY FOLDER samples/cpp/pubsub/binary)
2 changes: 1 addition & 1 deletion ecal/samples/cpp/pubsub/binary/pong/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ target_compile_features(${PROJECT_NAME} PRIVATE cxx_std_14)

ecal_install_sample(${PROJECT_NAME})

set_property(TARGET ${PROJECT_NAME} PROPERTY FOLDER core/samples/cpp/pubsub/binary)
set_property(TARGET ${PROJECT_NAME} PROPERTY FOLDER samples/cpp/pubsub/binary)
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ target_compile_features(${PROJECT_NAME} PRIVATE cxx_std_14)

ecal_install_sample(${PROJECT_NAME})

set_property(TARGET ${PROJECT_NAME} PROPERTY FOLDER core/samples/cpp/pubsub/protobuf)
set_property(TARGET ${PROJECT_NAME} PROPERTY FOLDER samples/cpp/pubsub/protobuf)
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ target_compile_features(${PROJECT_NAME} PRIVATE cxx_std_14)

ecal_install_sample(${PROJECT_NAME})

set_property(TARGET ${PROJECT_NAME} PROPERTY FOLDER core/samples/cpp/pubsub/protobuf)
set_property(TARGET ${PROJECT_NAME} PROPERTY FOLDER samples/cpp/pubsub/protobuf)
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ target_compile_features(${PROJECT_NAME} PRIVATE cxx_std_14)

ecal_install_sample(${PROJECT_NAME})

set_property(TARGET ${PROJECT_NAME} PROPERTY FOLDER core/samples/cpp/pubsub/protobuf)
set_property(TARGET ${PROJECT_NAME} PROPERTY FOLDER samples/cpp/pubsub/protobuf)
2 changes: 1 addition & 1 deletion ecal/samples/cpp/pubsub/protobuf/person_rec/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ target_compile_features(${PROJECT_NAME} PRIVATE cxx_std_14)

ecal_install_sample(${PROJECT_NAME})

set_property(TARGET ${PROJECT_NAME} PROPERTY FOLDER core/samples/cpp/pubsub/protobuf)
set_property(TARGET ${PROJECT_NAME} PROPERTY FOLDER samples/cpp/pubsub/protobuf)
2 changes: 1 addition & 1 deletion ecal/samples/cpp/pubsub/protobuf/person_snd/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ target_compile_features(${PROJECT_NAME} PRIVATE cxx_std_14)

ecal_install_sample(${PROJECT_NAME})

set_property(TARGET ${PROJECT_NAME} PROPERTY FOLDER core/samples/cpp/pubsub/protobuf)
set_property(TARGET ${PROJECT_NAME} PROPERTY FOLDER samples/cpp/pubsub/protobuf)
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ target_compile_features(${PROJECT_NAME} PRIVATE cxx_std_14)

ecal_install_sample(${PROJECT_NAME})

set_property(TARGET ${PROJECT_NAME} PROPERTY FOLDER core/samples/cpp/pubsub/protobuf)
set_property(TARGET ${PROJECT_NAME} PROPERTY FOLDER samples/cpp/pubsub/protobuf)
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ target_compile_features(${PROJECT_NAME} PRIVATE cxx_std_14)

ecal_install_sample(${PROJECT_NAME})

set_property(TARGET ${PROJECT_NAME} PROPERTY FOLDER core/samples/cpp/pubsub/protobuf)
set_property(TARGET ${PROJECT_NAME} PROPERTY FOLDER samples/cpp/pubsub/protobuf)
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ target_compile_features(${PROJECT_NAME} PRIVATE cxx_std_14)

ecal_install_sample(${PROJECT_NAME})

set_property(TARGET ${PROJECT_NAME} PROPERTY FOLDER core/samples/cpp/pubsub/protobuf)
set_property(TARGET ${PROJECT_NAME} PROPERTY FOLDER samples/cpp/pubsub/protobuf)
2 changes: 1 addition & 1 deletion ecal/samples/cpp/pubsub/string/minimal_rec/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ target_compile_features(${PROJECT_NAME} PRIVATE cxx_std_14)

ecal_install_sample(${PROJECT_NAME})

set_property(TARGET ${PROJECT_NAME} PROPERTY FOLDER core/samples/cpp/pubsub/string)
set_property(TARGET ${PROJECT_NAME} PROPERTY FOLDER samples/cpp/pubsub/string)
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ target_compile_features(${PROJECT_NAME} PRIVATE cxx_std_14)

ecal_install_sample(${PROJECT_NAME})

set_property(TARGET ${PROJECT_NAME} PROPERTY FOLDER core/samples/cpp/pubsub/string)
set_property(TARGET ${PROJECT_NAME} PROPERTY FOLDER samples/cpp/pubsub/string)
2 changes: 1 addition & 1 deletion ecal/samples/cpp/pubsub/string/minimal_snd/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ target_compile_features(${PROJECT_NAME} PRIVATE cxx_std_14)

ecal_install_sample(${PROJECT_NAME})

set_property(TARGET ${PROJECT_NAME} PROPERTY FOLDER core/samples/cpp/pubsub/string)
set_property(TARGET ${PROJECT_NAME} PROPERTY FOLDER samples/cpp/pubsub/string)
2 changes: 1 addition & 1 deletion ecal/samples/cpp/services/latency_client/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ target_compile_features(${PROJECT_NAME} PRIVATE cxx_std_14)

ecal_install_sample(${PROJECT_NAME})

set_property(TARGET ${PROJECT_NAME} PROPERTY FOLDER core/samples/cpp/services/latency)
set_property(TARGET ${PROJECT_NAME} PROPERTY FOLDER samples/cpp/services/latency)
2 changes: 1 addition & 1 deletion ecal/samples/cpp/services/latency_server/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ target_compile_features(${PROJECT_NAME} PRIVATE cxx_std_14)

ecal_install_sample(${PROJECT_NAME})

set_property(TARGET ${PROJECT_NAME} PROPERTY FOLDER core/samples/cpp/services/latency)
set_property(TARGET ${PROJECT_NAME} PROPERTY FOLDER samples/cpp/services/latency)
2 changes: 1 addition & 1 deletion ecal/samples/cpp/services/math_client/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ target_compile_features(${PROJECT_NAME} PRIVATE cxx_std_14)

ecal_install_sample(${PROJECT_NAME})

set_property(TARGET ${PROJECT_NAME} PROPERTY FOLDER core/samples/cpp/services/math)
set_property(TARGET ${PROJECT_NAME} PROPERTY FOLDER samples/cpp/services/math)
2 changes: 1 addition & 1 deletion ecal/samples/cpp/services/math_server/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ target_compile_features(${PROJECT_NAME} PRIVATE cxx_std_14)

ecal_install_sample(${PROJECT_NAME})

set_property(TARGET ${PROJECT_NAME} PROPERTY FOLDER core/samples/cpp/services/math)
set_property(TARGET ${PROJECT_NAME} PROPERTY FOLDER samples/cpp/services/math)
2 changes: 1 addition & 1 deletion ecal/samples/cpp/services/minimal_client/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ target_compile_features(${PROJECT_NAME} PRIVATE cxx_std_14)

ecal_install_sample(${PROJECT_NAME})

set_property(TARGET ${PROJECT_NAME} PROPERTY FOLDER core/samples/cpp/services/minimal)
set_property(TARGET ${PROJECT_NAME} PROPERTY FOLDER samples/cpp/services/minimal)
2 changes: 1 addition & 1 deletion ecal/samples/cpp/services/minimal_server/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ target_compile_features(${PROJECT_NAME} PRIVATE cxx_std_14)

ecal_install_sample(${PROJECT_NAME})

set_property(TARGET ${PROJECT_NAME} PROPERTY FOLDER core/samples/cpp/services/minimal)
set_property(TARGET ${PROJECT_NAME} PROPERTY FOLDER samples/cpp/services/minimal)
2 changes: 1 addition & 1 deletion ecal/samples/cpp/services/ping_client/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ target_compile_features(${PROJECT_NAME} PRIVATE cxx_std_14)

ecal_install_sample(${PROJECT_NAME})

set_property(TARGET ${PROJECT_NAME} PROPERTY FOLDER core/samples/cpp/services/ping)
set_property(TARGET ${PROJECT_NAME} PROPERTY FOLDER samples/cpp/services/ping)
2 changes: 1 addition & 1 deletion ecal/samples/cpp/services/ping_client_dyn/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ target_compile_features(${PROJECT_NAME} PRIVATE cxx_std_14)

ecal_install_sample(${PROJECT_NAME})

set_property(TARGET ${PROJECT_NAME} PROPERTY FOLDER core/samples/cpp/services/ping)
set_property(TARGET ${PROJECT_NAME} PROPERTY FOLDER samples/cpp/services/ping)
2 changes: 1 addition & 1 deletion ecal/samples/cpp/services/ping_server/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ target_compile_features(${PROJECT_NAME} PRIVATE cxx_std_14)

ecal_install_sample(${PROJECT_NAME})

set_property(TARGET ${PROJECT_NAME} PROPERTY FOLDER core/samples/cpp/services/ping)
set_property(TARGET ${PROJECT_NAME} PROPERTY FOLDER samples/cpp/services/ping)
2 changes: 1 addition & 1 deletion ecal/tests/c/core_test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ target_compile_features(${PROJECT_NAME} PRIVATE cxx_std_14)

ecal_install_gtest(${PROJECT_NAME})

set_property(TARGET ${PROJECT_NAME} PROPERTY FOLDER core/tests/c/core)
set_property(TARGET ${PROJECT_NAME} PROPERTY FOLDER tests/c/core)

source_group(TREE "${CMAKE_CURRENT_SOURCE_DIR}" FILES
${${PROJECT_NAME}_src}
Expand Down
2 changes: 1 addition & 1 deletion ecal/tests/cpp/clientserver_proto_test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ target_compile_features(${PROJECT_NAME} PRIVATE cxx_std_14)

ecal_install_gtest(${PROJECT_NAME})

set_property(TARGET ${PROJECT_NAME} PROPERTY FOLDER core/tests/cpp/service)
set_property(TARGET ${PROJECT_NAME} PROPERTY FOLDER tests/cpp/service)

source_group(TREE "${CMAKE_CURRENT_SOURCE_DIR}" FILES
${${PROJECT_NAME}_src}
Expand Down
2 changes: 1 addition & 1 deletion ecal/tests/cpp/clientserver_test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ target_compile_features(${PROJECT_NAME} PRIVATE cxx_std_14)

ecal_install_gtest(${PROJECT_NAME})

set_property(TARGET ${PROJECT_NAME} PROPERTY FOLDER core/tests/cpp/service)
set_property(TARGET ${PROJECT_NAME} PROPERTY FOLDER tests/cpp/service)

source_group(TREE "${CMAKE_CURRENT_SOURCE_DIR}" FILES
${${PROJECT_NAME}_src}
Expand Down
Loading

0 comments on commit 84fae8f

Please sign in to comment.