Files
qt-creator/tests/auto/utils/mathutils/CMakeLists.txt
Jarek Kobus 23f53dcbda MathUtils: Add tangential interpolation
Reuse it in TaskProgress and in ProgressTimer.
Rename MathUtils::interpolate() into interpolateLinear()

Change-Id: Iff4cda1e3b8782cd26277ec75046ca5526be92c0
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
2022-11-28 10:07:30 +00:00

5 lines
79 B
CMake

add_qtc_test(tst_utils_mathutils
DEPENDS Utils
SOURCES tst_mathutils.cpp
)