From 30a524b22cf63dfd25381986fb45231ed70d0a04 Mon Sep 17 00:00:00 2001 From: Roland Conybeare Date: Wed, 11 Oct 2023 17:51:31 -0400 Subject: [PATCH] build: install include tree --- CMakeLists.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 1735ddc8..5b0079d4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -45,4 +45,9 @@ add_subdirectory(src/callback) xo_export_cmake_config(${PROJECT_NAME} ${PROJECT_VERSION} ${PROJECT_NAME}Targets) +# ---------------------------------------------------------------- +# install .hpp files + +xo_install_include_tree() + # end CMakeLists.txt