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 )

amule-project/amule cmake/wx.cmake :83

find_package (wxWidgets ${MIN_WX_VERSION} QUIET REQUIRED COMPONENTS ${${COMPONENT}})

anonbeat/guayadeque CMakeLists.txt :29

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

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)

fligger/FateInjector wxWidgets-3.2.0/samples/minimal/CMakeLists.txt :33

find_package(wxWidgets 3.2 COMPONENTS core base REQUIRED CONFIG)

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)

SSARCandy/Coherent-Line-Drawing CMakeLists.txt :6

FIND_PACKAGE(wxWidgets REQUIRED)

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)

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)

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

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

seedhartha/reone CMakeLists.txt :62

find_package(wxWidgets REQUIRED core base adv stc gl aui)

poppeman/Pictus source/deps/orz/CMakeLists.txt :3

FIND_PACKAGE(wxWidgets COMPONENTS core base gl net 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)

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})

punesemu/puNES src/extra/p7zip-17.04/CPP/7zip/CMAKE/CMakeLists.txt :38

find_package(wxWidgets COMPONENTS core base adv)

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

find_package(wxWidgets REQUIRED)

Ristellise/AegisubDC CMakeLists.txt :537

find_package(wxWidgets)

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)