mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 12:19:12 +00:00
DolphinTool: CLI utility interface and disc image tools
This commit is contained in:
parent
1e212d6212
commit
1aa8a4d46f
19 changed files with 968 additions and 26 deletions
|
@ -11,6 +11,10 @@ if(ENABLE_NOGUI)
|
|||
add_subdirectory(DolphinNoGUI)
|
||||
endif()
|
||||
|
||||
if(ENABLE_CLI_TOOL)
|
||||
add_subdirectory(DolphinTool)
|
||||
endif()
|
||||
|
||||
if(ENABLE_QT)
|
||||
add_subdirectory(DolphinQt)
|
||||
endif()
|
||||
|
@ -23,7 +27,6 @@ if (APPLE)
|
|||
add_subdirectory(MacUpdater)
|
||||
endif()
|
||||
|
||||
|
||||
if (WIN32)
|
||||
add_subdirectory(WinUpdater)
|
||||
endif()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue