From 43997d9e7441819b72effa336707b4304c69dc24 Mon Sep 17 00:00:00 2001 From: Tristan de Lataillade Date: Wed, 16 Oct 2024 14:12:14 +0200 Subject: [PATCH] Add hydroc folder for include files --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 448bd4f..7efa3ac 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -257,7 +257,7 @@ install( ) install( - DIRECTORY include + DIRECTORY include/hydroc DESTINATION ${CMAKE_INSTALL_INCLUDEDIR} )