xtd
0.2.0
Loading...
Searching...
No Matches
target_startup.cpp
Shows how to set target startup with cmake target_startup().
#include <xtd/xtd>
namespace
target_startup {
class
program :
public
form {
public
:
static
auto
main() {
application::run(program {});
}
program() {
text(
"Target startup"
);
}
};
}
Generated on Sun Aug 31 2025 20:45:29 for xtd by
Gammasoft
. All rights reserved.