mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-15 05:47:56 -07:00
7 lines
172 B
CMake
7 lines
172 B
CMake
|
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 .)
|