cmake wxWidgets examples

prusa3d/PrusaSlicer cmake/modules/FindwxWidgets.cmake :18

find_package(wxWidgets COMPONENTS core base ... OPTIONAL_COMPONENTS net ...)

bambulab/BambuStudio sandboxes/opencsg/CMakeLists.txt :14

find_package(wxWidgets 3.1 REQUIRED COMPONENTS core base gl html)

SoftFever/OrcaSlicer sandboxes/opencsg/CMakeLists.txt :14

find_package(wxWidgets 3.1 REQUIRED COMPONENTS core base gl html)

DragonJoker/Castor3D demos/CMakeLists.txt :49

find_package( wxWidgets CONFIG COMPONENTS core base adv aui stc propgrid )

Universite-Gustave-Eiffel/I-Simpa src/isimpa/CMakeLists.txt :459

find_package(wxWidgets)

anonbeat/guayadeque CMakeLists.txt :29

FIND_PACKAGE( wxWidgets COMPONENTS base core adv net html xml aui qa )

moneymanagerex/moneymanagerex CMakeLists.txt :347

find_package(wxWidgets 2.9.2 REQUIRED
    COMPONENTS core qa html xml aui adv stc webview base
    OPTIONAL_COMPONENTS scintilla)

TheAssemblyArmada/Thyme CMakeLists.txt :211

find_package(wxWidgets COMPONENTS core base xrc xml html adv)

sandialabs/InterSpec target/wxWidgets/CMakeLists.txt :49

find_package( wxWidgets REQUIRED core base webview stc )

NREL/EnergyPlus third_party/ssc/sdktool/CMakeLists.txt :25

find_package(wxWidgets COMPONENTS qa aui richtext html propgrid adv net stc core xml base REQUIRED)

cjcliffe/CubicSDR CMakeLists.txt :176

find_package(wxWidgets COMPONENTS gl core propgrid adv base REQUIRED)

blchinezu/pocketbook-coolreader CMakeLists.txt :348

FIND_PACKAGE(wxWidgets)

pavelsevecek/OpenSPH CMakeLists.txt :51

find_package(wxWidgets REQUIRED COMPONENTS core base adv propgrid aui)

KiCad/kicad-source-mirror CMakeLists.txt :1073

find_package( wxWidgets ${wxWidgets_REQ_VERSION} COMPONENTS gl aui adv html core net base propgrid xml stc richtext webview REQUIRED )

ihedvall/mdflib mdfviewer/CMakeLists.txt :65

find_package(wxWidgets CONFIG REQUIRED)

Jackarain/proxy third_party/boost/libs/geometry/example/with_external_libs/wxwidgets/CMakeLists.txt :19

find_package(wxWidgets 3.3 COMPONENTS core base REQUIRED CONFIG)

eranif/codelite CMakeLists.txt :449

find_package(
    wxWidgets
    COMPONENTS adv
               aui
               base
               core
               html
               propgrid
               xml
               xrc
               net
               stc
               ribbon
               richtext
    REQUIRED)

vxl/vxl contrib/brl/bbas/bwm/wxWidgets/CMakeLists.txt :3

find_package(wxWidgets COMPONENTS mono)

itas109/CSerialPort examples/CommWXWidgets/CMakeLists.txt :23

find_package(wxWidgets COMPONENTS richtext core base REQUIRED)

LukasBanana/XShaderCompiler CMakeLists.txt :196

find_package(wxWidgets REQUIRED adv aui base core stc propgrid richtext html xml scintilla)

borisbrodski/sevenzipjbinding p7zip/CPP/7zip/CMAKE/CMakeLists.txt :34

find_package(wxWidgets COMPONENTS core base adv)

wxWidgets/wxWidgets samples/minimal/CMakeLists.txt :36

find_package(wxWidgets 3.3 COMPONENTS core base REQUIRED CONFIG)

GollyGang/ready CMakeLists.txt :427

FIND_PACKAGE( wxWidgets COMPONENTS html aui ${WXGLCANVASLIBS} core adv base REQUIRED)

visualboyadvance-m/visualboyadvance-m src/wx/CMakeLists.txt :188

find_package(wxWidgets COMPONENTS xrc xml html adv net core base gl ${wx_find_extra})

twanvl/MagicSetEditor2 CMakeLists.txt :8

find_package(wxWidgets 3 REQUIRED COMPONENTS core base net html)

ju1ce/April-Tag-VR-FullBody-Tracker AprilTagTrackers/CMakeLists.txt :59

find_package(wxWidgets CONFIG REQUIRED)

scp-fs2open/fs2open.github.com wxfred2/CMakeLists.txt :41

find_package(wxWidgets COMPONENTS gl core base REQUIRED)

Tinob/Ishiiruka CMakeLists.txt :726

find_package(wxWidgets 3.1.0 COMPONENTS core aui adv)

buggins/coolreader CMakeLists.txt :447

FIND_PACKAGE(wxWidgets 2.8 REQUIRED)

boostorg/geometry example/with_external_libs/wxwidgets/CMakeLists.txt :19

find_package(wxWidgets 3.3 COMPONENTS core base REQUIRED CONFIG)

glKarin/com.n0n3m4.diii4a Q3E/src/main/jni/etw/Omnibot/dependencies/physfs/CMakeLists.txt :324

FIND_PACKAGE(wxWidgets)

MRPT/mrpt cmakemodules/script_wxwidgets.cmake :44

find_package(wxWidgets COMPONENTS ${wxWidgets_MRPT_COMPONENTS_TO_SEARCH})

Sneeds-Feed-and-Seed/sneedacity cmake-proxies/cmake-modules/FindwxWidgets.cmake :15

find_package(wxWidgets COMPONENTS core base ... OPTIONAL_COMPONENTS net ...)

joedrago/colorist ext/openjpeg/src/bin/wx/OPJViewer/CMakeLists.txt :3

find_package(wxWidgets REQUIRED)

OpenPHDGuiding/phd2 thirdparty/thirdparty.cmake :435

find_package(wxWidgets REQUIRED COMPONENTS propgrid base core aui adv html net)

CrealityOfficial/CrealityPrint sandboxes/opencsg/CMakeLists.txt :14

find_package(wxWidgets 3.1 REQUIRED COMPONENTS core base gl html)

johmathe/shotdetect CMakeLists.txt :134

FIND_PACKAGE(wxWidgets)