cmake: build kddockwidgets into static lib

There might be a way to make shared libs happy, but this seemed easier
This commit is contained in:
itsmattkc
2023-02-16 18:55:36 -08:00
parent d957611e10
commit e365942050
+2
View File
@@ -15,4 +15,6 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
add_subdirectory(core)
set(KDDockWidgets_STATIC ON)
add_subdirectory(KDDockWidgets)