xtd
0.2.0
Loading...
Searching...
No Matches
target_type.cpp
Shows how to set target startup with cmake target_type().
#include <xtd/xtd>
auto
main() ->
int
{
console::write_line(
"This console application was generate by xtd cmake helpers."
);
console::write_line(
"See CMakeLists.txt file."
);
}
Generated on Sun Aug 31 2025 20:45:29 for xtd by
Gammasoft
. All rights reserved.