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