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