aboutsummaryrefslogtreecommitdiffstats
path: root/tests/clang-format-test/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/clang-format-test/CMakeLists.txt')
-rw-r--r--tests/clang-format-test/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/clang-format-test/CMakeLists.txt b/tests/clang-format-test/CMakeLists.txt
new file mode 100644
index 000000000..e84b539a7
--- /dev/null
+++ b/tests/clang-format-test/CMakeLists.txt
@@ -0,0 +1,4 @@
+add_qbs_app(clang-format-test
+ DEPENDS Qt${QT_VERSION_MAJOR}::Core
+ SOURCES clang-format.cpp
+)