Settings examples
June 24, 2026 ยท View on GitHub
This folder contains settings examples used by Reference Guide and more.
- settings_with_cmake shows how to use xtd::configuration::settingd with CMake commands.
- settings_without_cmake shows how to use xtd::configuration::settingd directly without CMake commands.
Build and run any project
Open "Command Prompt" or "Terminal". Navigate to the folder that contains the project and type the following:
xtdc run -t any_project_name