aboutsummaryrefslogtreecommitdiff
path: root/tests/ECMAddAppIconTest/main.cpp
diff options
context:
space:
mode:
authorFriedrich W. H. Kossebau <kossebau@kde.org>2021-05-14 20:20:45 +0200
committerChristophe Giboudeaux <christophe@krop.fr>2021-05-15 17:30:53 +0000
commitc28008a109cdd23c3de4a3fdceb12629431b03f1 (patch)
tree61eee05645d9d2003c357f6d424d4bd669b6e2a5 /tests/ECMAddAppIconTest/main.cpp
parent4d307aaf0735ce40b9631b8161001a8c224bd5bf (diff)
downloadextra-cmake-modules-c28008a109cdd23c3de4a3fdceb12629431b03f1.tar.gz
extra-cmake-modules-c28008a109cdd23c3de4a3fdceb12629431b03f1.tar.bz2
ECMAddAppIcon: support target as argument
Diffstat (limited to 'tests/ECMAddAppIconTest/main.cpp')
-rw-r--r--tests/ECMAddAppIconTest/main.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/ECMAddAppIconTest/main.cpp b/tests/ECMAddAppIconTest/main.cpp
new file mode 100644
index 00000000..0f45ea60
--- /dev/null
+++ b/tests/ECMAddAppIconTest/main.cpp
@@ -0,0 +1,4 @@
+int main(int, char**)
+{
+ return 0;
+}