diff options
Diffstat (limited to 'mobile-widgets/3rdparty/CMakeLists.txt')
-rw-r--r-- | mobile-widgets/3rdparty/CMakeLists.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mobile-widgets/3rdparty/CMakeLists.txt b/mobile-widgets/3rdparty/CMakeLists.txt new file mode 100644 index 000000000..e0afef627 --- /dev/null +++ b/mobile-widgets/3rdparty/CMakeLists.txt @@ -0,0 +1,4 @@ +# simply pull in Kirigami, making sure it's statically built +option(BUILD_SHARED_LIBS "Build a shared module" OFF) + +add_subdirectory(kirigami) |