File: cmakelists.patch

package info (click to toggle)
enki-aseba 1%3A1.6.99-3
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 4,932 kB
  • sloc: cpp: 15,011; python: 145; makefile: 2
file content (12 lines) | stat: -rw-r--r-- 325 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
Description: enforce the use of Qt5

Index: enki-aseba/enki/CMakeLists.txt
===================================================================
--- enki-aseba.orig/enki/CMakeLists.txt
+++ enki-aseba/enki/CMakeLists.txt
@@ -1,4 +1,4 @@
-add_library(enki
+add_library(enki SHARED
 	Geometry.cpp
 	Types.cpp
 	PhysicalEngine.cpp