[education/labplot] cmake: [scripting] added hypothesistest_wrapper in PythonScripting.cmake.
Alexander Semke <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit eaece80fd23124e50bf1eff745ae9d5da44f6441 by Alexander Semke.
Committed on 09/08/2026 at 16:06.
Pushed by asemke into branch 'master'.
[scripting] added hypothesistest_wrapper in PythonScripting.cmake.
M +2 -0 cmake/PythonScripting.cmake
https://invent.kde.org/education/labplot/-/commit/eaece80fd23124e50bf1eff745ae9d5da44f6441
diff --git a/cmake/PythonScripting.cmake b/cmake/PythonScripting.cmake
index fc0a58e873..f589c2985a 100644
--- a/cmake/PythonScripting.cmake
+++ b/cmake/PythonScripting.cmake
@@ -101,6 +101,8 @@ set(shiboken_scripting_generated_sources
${CMAKE_CURRENT_BINARY_DIR}/pylabplot/ranget_wrapper.h
${CMAKE_CURRENT_BINARY_DIR}/pylabplot/statisticsspreadsheet_wrapper.cpp
${CMAKE_CURRENT_BINARY_DIR}/pylabplot/statisticsspreadsheet_wrapper.h
+ ${CMAKE_CURRENT_BINARY_DIR}/pylabplot/hypothesistest_wrapper.cpp
+ ${CMAKE_CURRENT_BINARY_DIR}/pylabplot/hypothesistest_wrapper.h
${CMAKE_CURRENT_BINARY_DIR}/pylabplot/symbol_wrapper.cpp
${CMAKE_CURRENT_BINARY_DIR}/pylabplot/symbol_wrapper.h
${CMAKE_CURRENT_BINARY_DIR}/pylabplot/value_wrapper.cpp