mirror of
https://git.freebsd.org/ports.git
synced 2025-06-23 21:50:32 -04:00
11 lines
345 B
Text
11 lines
345 B
Text
--- CMakeLists.txt.orig 2018-05-13 03:55:31 UTC
|
|
+++ CMakeLists.txt
|
|
@@ -235,7 +235,7 @@ endif()
|
|
set(XLIFEPP_LIBS "")
|
|
foreach (lib ${libs})
|
|
file(GLOB_RECURSE libsrcs src/${lib}/*.cpp)
|
|
- add_library(xlifepp_${lib} STATIC ${libsrcs})
|
|
+ add_library(xlifepp_${lib} SHARED ${libsrcs})
|
|
list(APPEND XLIFEPP_LIBS xlifepp_${lib})
|
|
endforeach()
|
|
|