From: Ebersold Date: Mon, 21 Mar 2022 09:17:45 +0000 (+0100) Subject: Added some more usefull Missing Files X-Git-Url: https://git.ebersold.fr/?a=commitdiff_plain;h=f2d56e5d25a167bb5ff2173b0e50c42df6a93851;p=aebutils.git Added some more usefull Missing Files --- diff --git a/aeb/CMakeLists.txt b/aeb/CMakeLists.txt index a2ce2ff..6f53a42 100644 --- a/aeb/CMakeLists.txt +++ b/aeb/CMakeLists.txt @@ -58,6 +58,9 @@ AEB_INSTALL(FILES ${aeb_SOURCE_DIR}/dlilist.h ${aeb_SOURCE_DIR}/dlilist_node.h ${aeb_SOURCE_DIR}/aeb-config.h + ${aeb_SOURCE_DIR}/optionparser.h + ${aeb_SOURCE_DIR}/tokenizer.h + ${aeb_SOURCE_DIR}/singleton.h DESTINATION include/aeb/ COMPONENT aeb-dev )