From 9930ef72ddaf8930a9bf3e574b7de69f73ecbf87 Mon Sep 17 00:00:00 2001 From: Greg Wicks Date: Mon, 22 Jun 2015 20:59:00 -0400 Subject: Implement new argument parsing using getopt and add the corresponding library to externals --- CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 3658ef48..59f76fa9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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) -- cgit v1.2.3