Shows how to set target startup with cmake target_type().
#include <xtd/forms/application>
#include <xtd/forms/form>
#include <xtd/console>
auto main() -> int {
console::write_line("This console application was generate by xtd cmake helpers.");
console::write_line("See CMakeLists.txt file.");
}
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition xtd_about_box.hpp:10