[education/labplot] lib: Include HypothesisTest.cpp instead of HypothesisTest.h in the cmake file for the SDK.
Alexander Semke <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit 8fc36f692766212e016a068a7ccdde246fc94b47 by Alexander Semke.
Committed on 10/08/2026 at 08:37.
Pushed by asemke into branch 'master'.
Include HypothesisTest.cpp instead of HypothesisTest.h in the cmake file for the SDK.
M +1 -1 lib/CMakeLists.txt
https://invent.kde.org/education/labplot/-/commit/8fc36f692766212e016a068a7ccdde246fc94b47
diff --git a/lib/CMakeLists.txt b/lib/CMakeLists.txt
index ade59b1346..037f82c1cc 100644
--- a/lib/CMakeLists.txt
+++ b/lib/CMakeLists.txt
@@ -96,7 +96,7 @@ set(PLOT_SOURCES
)
set(STATISTICS_SOURCES
- ${BACKEND_DIR}/statistics/HypothesisTest.h
+ ${BACKEND_DIR}/statistics/HypothesisTest.cpp
)
set(TIME_SERIES_ANALYSIS_SOURCES