aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken6/tests/libminimal
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2023-02-27 15:05:50 +0100
committerFriedemann Kleint <Friedemann.Kleint@qt.io>2023-03-01 10:17:50 +0100
commit88aa63dac828df46ef50f301434f50ceb0fb2dc0 (patch)
tree244d12ea67d5bbd390b61a3f5f9206e04c257ac4 /sources/shiboken6/tests/libminimal
parent088acf9aec615372b297aab701757318e94b1fb5 (diff)
CMakeLists.txt: Add header files
Hoping this will help the Qt Creator code completion. Change-Id: I0777f5c38e37d560cfc1942b8acd5c76c8d64d25 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Alexey Edelev <alexey.edelev@qt.io> Reviewed-by: Shyamnath Premnadh <Shyamnath.Premnadh@qt.io>
Diffstat (limited to 'sources/shiboken6/tests/libminimal')
-rw-r--r--sources/shiboken6/tests/libminimal/CMakeLists.txt11
1 files changed, 7 insertions, 4 deletions
diff --git a/sources/shiboken6/tests/libminimal/CMakeLists.txt b/sources/shiboken6/tests/libminimal/CMakeLists.txt
index ed8988998..8a5ad4fe2 100644
--- a/sources/shiboken6/tests/libminimal/CMakeLists.txt
+++ b/sources/shiboken6/tests/libminimal/CMakeLists.txt
@@ -4,10 +4,13 @@
project(libminimal)
set(libminimal_SRC
-containeruser.cpp
-obj.cpp
-listuser.cpp
-typedef.cpp
+containeruser.cpp containeruser.h
+libminimalmacros.h
+listuser.cpp listuser.h
+minbool.h
+obj.cpp obj.h
+typedef.cpp typedef.h
+val.h
)
add_library(libminimal SHARED ${libminimal_SRC})