This project demonstrates how to use Fast DDS with a QML GUI, managed by Conan 2 using a conanfile.py recipe.
- FastDDSGen V2 tool from eProsima (included in FastDDS installation for Windows) reqires Java RT installation
- CMake 3.15+
- MSVC C++ compiler supporting C++20
- Conan 2.0+
- Python 3.6+ (for Conan)
- Ninja build
Start an x64 Native Tools Command Prompt for VS 2022
PS> conan profile detect
PS> conan install . --build=missing
# With VSCode
PS> code .
## From Commandline
PS> cmake -S . -B build -DCMAKE_TOOLCHAIN_FILE=build/generators/conan_toolchain.cmake
PS> cmake --build build
This project is licensed under the BSD 3-Clause License. See the LICENSE file for details.