From: Ebersold Date: Sun, 20 Mar 2022 08:12:44 +0000 (+0100) Subject: Added missing install directory X-Git-Url: https://git.ebersold.fr/?a=commitdiff_plain;h=e3121a6ac378ce7fd2b3830bd617fc7a56fd2736;p=aebutils.git Added missing install directory --- diff --git a/aeb/CMakeLists.txt b/aeb/CMakeLists.txt index 4dffb29..82e8beb 100644 --- a/aeb/CMakeLists.txt +++ b/aeb/CMakeLists.txt @@ -1,6 +1,6 @@ PROJECT(aeb) -OPTION(AEB_OPTION_INSTALL "Install Aeb" OFF) +OPTION(AEB_OPTION_INSTALL "Install Aeb library for platform abstraction" OFF) INCLUDE(CheckIncludeFiles) INCLUDE(CheckIncludeFile) @@ -71,6 +71,17 @@ AEB_INSTALL(FILES COMPONENT aeb-dev ) +AEB_INSTALL(FILES + ${aeb_SOURCE_DIR}/net/detail/ + DESTINATION include/aeb/net/detail + COMPONENT aeb-dev + ) + +AEB_INSTALL(FILES + ${aeb_SOURCE_DIR}/net/ip/ + DESTINATION include/aeb/net/ip + COMPONENT aeb-dev + ) # # Start Install stuff here #