mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-02 13:01:18 +12:00
Follow imgui recommendation and streamline build dependencies (#355)
This commit is contained in:
parent
431c5a101f
commit
52cc7c5996
8 changed files with 16 additions and 20 deletions
|
@ -83,7 +83,6 @@ find_package(Threads REQUIRED)
|
|||
find_package(SDL2 REQUIRED)
|
||||
find_package(CURL REQUIRED)
|
||||
find_package(pugixml REQUIRED)
|
||||
find_package(imgui REQUIRED)
|
||||
find_package(RapidJSON REQUIRED)
|
||||
find_package(Boost COMPONENTS program_options filesystem nowide REQUIRED)
|
||||
find_package(libzip REQUIRED)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue