CMake will default to enabling C and C++ if no languages are specified in the project(..) call.
Micro-XRCE-DDS-Client is a C-only project. Avoid enabling C++.
Signed-off-by: gavanderhoorn <g.a.vanderhoorn@tudelft.nl>
* Add best effort publisher example
* Add Best effort subscriber
* Add examples to CMake
* Remove references to client.config
* Fix
* Update examples/PublishHelloWorldBestEffort/README.md
Co-authored-by: Jose Antonio Moral <joseantoniomoralparras@gmail.com>
* Update examples/PublishHelloWorldBestEffort/README.md
Co-authored-by: Jose Antonio Moral <joseantoniomoralparras@gmail.com>
* Update examples/SubscribeHelloWorldBestEffort/README.md
Co-authored-by: Jose Antonio Moral <joseantoniomoralparras@gmail.com>
* Auto stash before merge of "feature/add_be_examples" and "origin/feature/add_be_examples"
* Address changes
Co-authored-by: Jose Antonio Moral <joseantoniomoralparras@gmail.com>
* Change configuration approach.
* Rename PROFILE_XXX_TRANSPORT by UCLIENT_PROFILE_XXX.
* Add Zephyr platform support in CMake.
* Modify transport source selection in CMakeLists.txt.