xtd
0.2.0
build_output_directory.cpp
Shows how to set build output directory with cmake build_output_directory().
#include <xtd/forms/application>
#include <xtd/forms/form>
using namespace
xtd::forms
;
auto
main()->int {
application::run
(
form::create
(
"Build output directory"
));
}
Generated on Mon Oct 9 2023 14:41:55 for xtd by
Gammasoft
. All rights reserved.