xtd
0.2.0
target_type.cpp
Shows how to set target startup with cmake target_type().
#include <xtd/forms/application>
#include <xtd/forms/form>
#include <xtd/console>
using namespace
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 Mon Oct 9 2023 14:41:56 for xtd by
Gammasoft
. All rights reserved.