summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/gui/math3d
diff options
context:
space:
mode:
Diffstat (limited to 'tests/benchmarks/gui/math3d')
-rw-r--r--tests/benchmarks/gui/math3d/qmatrix4x4/CMakeLists.txt3
-rw-r--r--tests/benchmarks/gui/math3d/qquaternion/CMakeLists.txt3
2 files changed, 6 insertions, 0 deletions
diff --git a/tests/benchmarks/gui/math3d/qmatrix4x4/CMakeLists.txt b/tests/benchmarks/gui/math3d/qmatrix4x4/CMakeLists.txt
new file mode 100644
index 0000000000..7b6525bb63
--- /dev/null
+++ b/tests/benchmarks/gui/math3d/qmatrix4x4/CMakeLists.txt
@@ -0,0 +1,3 @@
+add_qt_test(tst_bench_qmatrix4x4 SOURCES
+ tst_qmatrix4x4.cpp
+)
diff --git a/tests/benchmarks/gui/math3d/qquaternion/CMakeLists.txt b/tests/benchmarks/gui/math3d/qquaternion/CMakeLists.txt
new file mode 100644
index 0000000000..a7ed4a2ab8
--- /dev/null
+++ b/tests/benchmarks/gui/math3d/qquaternion/CMakeLists.txt
@@ -0,0 +1,3 @@
+add_qt_test(tst_bench_qquaternion SOURCES
+ tst_qquaternion.cpp
+)