rticonnextdds-examples icon indicating copy to clipboard operation
rticonnextdds-examples copied to clipboard

[ENH] Add rticonnextdds-cmake-utils repository as a git-submodule

Open lulivi opened this issue 3 years ago • 0 comments

Enhancement description

Have all the common CMake modules (used in various repositories) as a git-submodule.

This submodule will be placed in resources/cmake/rticonnextdds-cmake-utils. In order to give an automated CMake build system configuration, we will create a module inside resources/cmake/Modules with a macro to update and init the git-submodule if necessary.

In all the CMakeLists scripts, we will need the call of this macro, to ensure the correct building of the C/C++ examples.

lulivi avatar May 19 '22 14:05 lulivi