summarylogtreecommitdiffstats
path: root/build-shared-libraries.patch
blob: 64d986d183e25242b186d851ca8f012494199200 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
diff --unified --recursive --text --new-file edencommon-2024.10.28.00.orig/eden/common/os/CMakeLists.txt edencommon-2024.10.28.00/eden/common/os/CMakeLists.txt
--- edencommon-2024.10.28.00.orig/eden/common/os/CMakeLists.txt	2024-10-27 17:33:45.000000000 +0100
+++ edencommon-2024.10.28.00/eden/common/os/CMakeLists.txt	2024-11-03 16:44:53.993179920 +0100
@@ -7,6 +7,7 @@
 file(GLOB os_sources CONFIGURE_DEPENDS *.cpp)
 
 add_library(edencommon_os
+  SHARED
   ${os_headers}
   ${os_sources}
 )
diff --unified --recursive --text --new-file edencommon-2024.10.28.00.orig/eden/common/telemetry/CMakeLists.txt edencommon-2024.10.28.00/eden/common/telemetry/CMakeLists.txt
--- edencommon-2024.10.28.00.orig/eden/common/telemetry/CMakeLists.txt	2024-10-27 17:33:45.000000000 +0100
+++ edencommon-2024.10.28.00/eden/common/telemetry/CMakeLists.txt	2024-11-03 16:44:53.993179920 +0100
@@ -8,6 +8,7 @@
 
 add_library(
   edencommon_telemetry
+  SHARED
   ${telemetry_headers}
   ${telemetry_sources})
 
diff --unified --recursive --text --new-file edencommon-2024.10.28.00.orig/eden/common/testharness/CMakeLists.txt edencommon-2024.10.28.00/eden/common/testharness/CMakeLists.txt
--- edencommon-2024.10.28.00.orig/eden/common/testharness/CMakeLists.txt	2024-10-27 17:33:45.000000000 +0100
+++ edencommon-2024.10.28.00/eden/common/testharness/CMakeLists.txt	2024-11-03 16:44:53.996513258 +0100
@@ -8,6 +8,7 @@
 
 add_library(
   edencommon_testharness
+  SHARED
   ${testharness_headers}
   ${testharness_sources}
 )
diff --unified --recursive --text --new-file edencommon-2024.10.28.00.orig/eden/common/utils/CMakeLists.txt edencommon-2024.10.28.00/eden/common/utils/CMakeLists.txt
--- edencommon-2024.10.28.00.orig/eden/common/utils/CMakeLists.txt	2024-10-27 17:33:45.000000000 +0100
+++ edencommon-2024.10.28.00/eden/common/utils/CMakeLists.txt	2024-11-03 16:44:53.996513258 +0100
@@ -26,6 +26,7 @@
 
 add_library(
   edencommon_utils
+  SHARED
     ${utils_headers}
     ${utils_sources})