xtd
0.2.0
Loading...
Searching...
No Matches
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"
));
}
xtd::forms
The xtd::forms namespace contains classes for creating Windows-based applications that take full adva...
Definition
xtd_about_box.hpp:12
Generated on Mon Jan 6 2025 18:27:49 for xtd by
Gammasoft
. All rights reserved.