aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/utils/mathutils/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/utils/mathutils/CMakeLists.txt')
-rw-r--r--tests/auto/utils/mathutils/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/auto/utils/mathutils/CMakeLists.txt b/tests/auto/utils/mathutils/CMakeLists.txt
new file mode 100644
index 0000000000..d2ec2d5194
--- /dev/null
+++ b/tests/auto/utils/mathutils/CMakeLists.txt
@@ -0,0 +1,4 @@
+add_qtc_test(tst_utils_mathutils
+ DEPENDS Utils
+ SOURCES tst_mathutils.cpp
+)