mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
18 lines
555 B
CMake
18 lines
555 B
CMake
|
# Copyright (c) 2012 TNO, The Netherlands.
|
||
|
#
|
||
|
# This file contains information proprietary to TNO.
|
||
|
#
|
||
|
# Any disclosure or use of this information or any reproduction of this document or any part thereof for
|
||
|
# other than the specified purpose for which it is intended is expressly prohibited except as TNO may
|
||
|
# otherwise agree to in writing.
|
||
|
|
||
|
project(getoptPlusPlus)
|
||
|
|
||
|
include_directories(
|
||
|
../../include/getoptPlusPlus)
|
||
|
|
||
|
add_library(getoptPlusPlus
|
||
|
../../include/getoptPlusPlus/getoptpp.h
|
||
|
../../include/getoptPlusPlus/parameter.include.cc
|
||
|
getoptpp.cc)
|