aboutsummaryrefslogtreecommitdiffstats
path: root/tests/CMakeLists.txt
diff options
context:
space:
mode:
authorAlexandru Croitor <alexandru.croitor@qt.io>2019-08-08 15:43:57 +0200
committerAlexandru Croitor <alexandru.croitor@qt.io>2019-08-15 10:55:21 +0000
commit6c56ed31ad32a8e76fc55374bbd3961134c6b01a (patch)
tree89058959bdb3cebb0bcc2086be2779e8d87eee64 /tests/CMakeLists.txt
parent3d74af5ee50fb949520f64923658a9b30b6bb5c8 (diff)
Initial CMake port
Task-number: QTBUG-75999 Change-Id: Id47cd7a769a27a6776ced0ce92b89a8bdf4f7da1 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
Diffstat (limited to 'tests/CMakeLists.txt')
-rw-r--r--tests/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt
new file mode 100644
index 0000000..e4f5f7f
--- /dev/null
+++ b/tests/CMakeLists.txt
@@ -0,0 +1,4 @@
+# Generated from tests.pro.
+
+add_subdirectory(manual)
+add_subdirectory(auto)