mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
Add the cpp-optparse project to Externals.
From https://github.com/weisslj/cpp-argparse
This commit is contained in:
6
Externals/cpp-optparse/CMakeLists.txt
vendored
Normal file
6
Externals/cpp-optparse/CMakeLists.txt
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
check_and_add_flag(CXX11 -std=c++11)
|
||||
|
||||
set(SRCS OptionParser.cpp OptionParser.h)
|
||||
|
||||
add_library(cpp-optparse STATIC ${SRCS})
|
||||
target_include_directories(cpp-optparse PUBLIC .)
|
Reference in New Issue
Block a user