Implement new argument parsing using getopt and add the corresponding library to externals
This commit is contained in:
parent
f4e1d8ea36
commit
9930ef72dd
6 changed files with 1156 additions and 3 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue