Implement new argument parsing using getopt and add the corresponding library to externals

This commit is contained in:
Greg Wicks 2015-06-22 20:59:00 -04:00
parent f4e1d8ea36
commit 9930ef72dd
6 changed files with 1156 additions and 3 deletions

View file

@ -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)