This PR reorganizes the directory structure in a way that allows to better support multiple libraries within the same CMake project.
This is part of https://github.com/LIAR-team/wombat/issues/11
Tests
Tested that a new package can correctly link to wombat_control::data_types or wombat_control::models.
Description
This PR reorganizes the directory structure in a way that allows to better support multiple libraries within the same CMake project. This is part of https://github.com/LIAR-team/wombat/issues/11
Tests
Tested that a new package can correctly link to
wombat_control::data_types
orwombat_control::models
.