[education/labplot] lib: [sdk] add two more files to lib/CMakeLists.txt that are required to expose HypothesisTest.
Alexander Semke <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit a86e1825b46519694df9eb5f0b4595997a8f1630 by Alexander Semke.
Committed on 10/08/2026 at 09:06.
Pushed by asemke into branch 'master'.
[sdk] add two more files to lib/CMakeLists.txt that are required to expose HypothesisTest.
M +2 -0 lib/CMakeLists.txt
https://invent.kde.org/education/labplot/-/commit/a86e1825b46519694df9eb5f0b4595997a8f1630
diff --git a/lib/CMakeLists.txt b/lib/CMakeLists.txt
index 037f82c1cc..0a6979c475 100644
--- a/lib/CMakeLists.txt
+++ b/lib/CMakeLists.txt
@@ -142,6 +142,7 @@ set(NSL_SOURCES
${BACKEND_DIR}/nsl/nsl_sf_window.c
${BACKEND_DIR}/nsl/nsl_smooth.c
${BACKEND_DIR}/nsl/nsl_sort.c
+ ${BACKEND_DIR}/nsl/nsl_statistical_test.c
${BACKEND_DIR}/nsl/nsl_stats.c
)
@@ -180,6 +181,7 @@ set(SDK_DEPENDENCY_SOURCES
set(SDK_INTERNAL_SOURCES
${FRONTEND_DIR}/worksheet/WorksheetView.cpp
+ ${FRONTEND_DIR}/statistics/HypothesisTestView.cpp
${BACKEND_DIR}/core/datatypes/Double2DateTimeFilter.h
${BACKEND_DIR}/core/datatypes/Double2DayOfWeekFilter.h
${BACKEND_DIR}/core/datatypes/Double2IntegerFilter.h