mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2025-03-01 10:33:28 +00:00
project hyperion-remote created;
getoptPlusPlus dependency added; small changes to getOptPlusPlus;
This commit is contained in:
17
dependencies/build/getoptPlusPlus/CMakeLists.txt
vendored
Normal file
17
dependencies/build/getoptPlusPlus/CMakeLists.txt
vendored
Normal 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)
|
Reference in New Issue
Block a user