mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2025-03-01 10:33:28 +00:00
Added rs232 library Added abstract Rs232 device Former-commit-id: 9a2830f71376f0716edea594afc526018a530fa3
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)
|