From: Ebersold Date: Sun, 20 Mar 2022 08:23:09 +0000 (+0100) Subject: Still missing files in install process X-Git-Url: https://git.ebersold.fr/?a=commitdiff_plain;h=ff98f18d6d9acd5837eab49879a11545d0fd878a;p=aebutils.git Still missing files in install process --- diff --git a/aeb/CMakeLists.txt b/aeb/CMakeLists.txt index 82e8beb..e20e862 100644 --- a/aeb/CMakeLists.txt +++ b/aeb/CMakeLists.txt @@ -55,10 +55,19 @@ ENDMACRO() AEB_INSTALL(FILES ${aeb_SOURCE_DIR}/singleton.h + ${aeb_SOURCE_DIR}/dlilist.h + ${aeb_SOURCE_DIR}/dlilist_node.h + ${aeb_SOURCE_DIR}/aeb-config.h DESTINATION include/aeb/ COMPONENT aeb-dev ) +AEB_INSTALL(DIRECTORY + ${aeb_SOURCE_DIR}/basics/ + DESTINATION include/aeb/basics + COMPONENT aeb-dev + ) + AEB_INSTALL(FILES ${aeb_SOURCE_DIR}/net/basic_socket.h ${aeb_SOURCE_DIR}/net/basic_socket_acceptor.h @@ -71,13 +80,13 @@ AEB_INSTALL(FILES COMPONENT aeb-dev ) -AEB_INSTALL(FILES +AEB_INSTALL(DIRECTORY ${aeb_SOURCE_DIR}/net/detail/ DESTINATION include/aeb/net/detail COMPONENT aeb-dev ) -AEB_INSTALL(FILES +AEB_INSTALL(DIRECTORY ${aeb_SOURCE_DIR}/net/ip/ DESTINATION include/aeb/net/ip COMPONENT aeb-dev