mirror of
https://git.suyu.dev/suyu/suyu
synced 2025-09-06 06:16:32 -05: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