c/wxwidgets - C++ wxWidgets Rules

    IncludeModule c/wxwidgets ;

List of Rules

Rules


rule C.UseWxWidgets TARGETS : COMPONENTS [ : OPTIONS ]

Applies settings to the specified TARGET, allowing it to build a wxWidgets-enabled project.

Parameters:
TARGET The target to assign the wxWidgets settings to. TARGET is optional if rule ActiveProject PROJECT has been specified.
COMPONENTS The wxWidgets components to link in. Example: base core adv aui html.
OPTIONS (optional) The following options are available:
    C.UseWxWidgets SimpleWx : base core adv aui html : linklibs ;