mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-02 13:01:18 +12:00
4 lines
149 B
Text
4 lines
149 B
Text
The package wxwidgets provides CMake targets:
|
|
|
|
find_package(wxWidgets CONFIG REQUIRED)
|
|
target_link_libraries(main PRIVATE wx::core wx::base)
|