mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
10 lines
214 B
CMake
10 lines
214 B
CMake
|
project(getoptPlusPlus)
|
||
|
|
||
|
include_directories(
|
||
|
../../include/getoptPlusPlus)
|
||
|
|
||
|
add_library(getoptPlusPlus
|
||
|
../../include/getoptPlusPlus/getoptpp.h
|
||
|
../../include/getoptPlusPlus/parameter.include.cc
|
||
|
getoptpp.cc)
|