mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-05 02:52:33 -07:00
Implement new argument parsing using getopt and add the corresponding library to externals
This commit is contained in:
@@ -203,6 +203,10 @@ add_subdirectory(${INI_PREFIX})
|
||||
|
||||
include_directories(externals/nihstro/include)
|
||||
|
||||
if (MSVC)
|
||||
add_subdirectory(externals/getopt)
|
||||
endif()
|
||||
|
||||
# process subdirectories
|
||||
if(ENABLE_QT)
|
||||
include_directories(externals/qhexedit)
|
||||
|
Reference in New Issue
Block a user