From 9e623cdf3dcac42929bea15c2336a470241ea3bc Mon Sep 17 00:00:00 2001 From: Hayden Foote <36173127+hfoote@users.noreply.github.com> Date: Thu, 30 Apr 2026 10:24:39 -0700 Subject: [PATCH 1/2] Add Covariance.H to the public header install list --- expui/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/expui/CMakeLists.txt b/expui/CMakeLists.txt index e23b72b7d..59708a048 100644 --- a/expui/CMakeLists.txt +++ b/expui/CMakeLists.txt @@ -100,6 +100,7 @@ target_sources(expui PUBLIC FILE_SET HEADERS ${CMAKE_CURRENT_SOURCE_DIR}/../include/libvars.H ${CMAKE_CURRENT_SOURCE_DIR}/../include/Timer.H ${CMAKE_CURRENT_SOURCE_DIR}/../include/coef.H + ${CMAKE_CURRENT_SOURCE_DIR}/../include/Covariance.H ) install(TARGETS expui FILE_SET HEADERS DESTINATION include/EXP) From 2dee19723f97075eded1f75f588edbad97dc33e5 Mon Sep 17 00:00:00 2001 From: Hayden Foote <36173127+hfoote@users.noreply.github.com> Date: Thu, 30 Apr 2026 11:57:37 -0700 Subject: [PATCH 2/2] Add ExpDeproj.H to the public headers list --- expui/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/expui/CMakeLists.txt b/expui/CMakeLists.txt index 59708a048..f25d0d7b7 100644 --- a/expui/CMakeLists.txt +++ b/expui/CMakeLists.txt @@ -101,6 +101,7 @@ target_sources(expui PUBLIC FILE_SET HEADERS ${CMAKE_CURRENT_SOURCE_DIR}/../include/Timer.H ${CMAKE_CURRENT_SOURCE_DIR}/../include/coef.H ${CMAKE_CURRENT_SOURCE_DIR}/../include/Covariance.H + ${CMAKE_CURRENT_SOURCE_DIR}/../include/ExpDeproj.H ) install(TARGETS expui FILE_SET HEADERS DESTINATION include/EXP)