mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 13:10:19 +00:00
0851224b6c
Our half-assed manual build of Kirigami was becoming completely unmaintainable. So let's try to use the build method that the Kirigami team recommends. Which unfortunately requires us to have access to the KDE extra cmake modules (ECM). Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
4 lines
144 B
CMake
4 lines
144 B
CMake
# simply pull in Kirigami, making sure it's statically built
|
|
option(BUILD_SHARED_LIBS "Build a shared module" OFF)
|
|
|
|
add_subdirectory(kirigami)
|