xtd 0.2.0
Loading...
Searching...
No Matches
target_name.cpp

Shows how to set target name with cmake target_name().

#include <xtd/forms/application>
#include <xtd/forms/form>
using namespace xtd::forms;
auto main() -> int {
application::run(form::create("Application name"));
}
The xtd::forms namespace contains classes for creating Windows-based applications that take full adva...
Definition xtd_about_box.hpp:12