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.");
}