mirror of
https://git.freebsd.org/ports.git
synced 2025-06-11 15:50:33 -04:00
11 lines
404 B
Text
11 lines
404 B
Text
--- CMakeLists.txt.orig 2022-04-22 18:54:13 UTC
|
|
+++ CMakeLists.txt
|
|
@@ -334,7 +334,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})
|
|
target_compile_features(xlifepp_${lib} PUBLIC cxx_std_11)
|
|
list(APPEND XLIFEPP_LIBS xlifepp_${lib})
|
|
endforeach()
|