Add the cpp-optparse project to Externals.

From https://github.com/weisslj/cpp-argparse
This commit is contained in:
Ryan Houdek
2016-01-17 05:09:58 -06:00
committed by Léo Lam
parent d8479869dc
commit 77c7fa836f
9 changed files with 969 additions and 3 deletions

View File

@ -567,6 +567,8 @@ include_directories(Externals/Bochs_disasm)
add_subdirectory(Externals/glslang)
add_subdirectory(Externals/cpp-optparse)
if(USE_SHARED_ENET)
check_lib(ENET libenet enet enet/enet.h QUIET)
include(CheckSymbolExists)