mirror of
https://github.com/Tinob/Ishiiruka.git
synced 2025-04-02 10:42:23 -04:00
6 lines
172 B
CMake
6 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 .)
|