project hyperion-remote created;

getoptPlusPlus dependency added;
small changes to getOptPlusPlus;
This commit is contained in:
johan
2013-08-11 11:54:16 +02:00
parent 491d6ff608
commit daabeaa03b
12 changed files with 2956 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
# 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)