xtd
0.2.0
hello_world_cmake.cpp
The classic first application "Hello, World!" with cmake xtd_commands.cmake.
#include <xtd/forms/application>
#include <xtd/forms/form>
auto
main()->int {
xtd::forms::application::run
(
xtd::forms::form
{});
}
Generated on Mon Oct 9 2023 14:41:56 for xtd by
Gammasoft
. All rights reserved.