mirror of
https://github.com/cemu-project/Cemu.git
synced 2024-11-22 09:09:18 +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)
|