forked fromglynos/cpp-netlib
- Notifications
You must be signed in to change notification settings - Fork425
Commit8fdaa5a
committed
examples are working with shared lib
'cppnetlib-utils-thread_pool' had to be added to the list of linkedlibraries for 'cppnetlib-http-server'. For the static case this was nota problem but in the shared case symbols were missing.Listing external shared or static libraries in 'add_dependencies' is notrequired. This CMake command is for adding dependencies betweendifferent targets defined by 'add_executable', 'add_library' or'add_custom_target'.1 parenta9cc84a commit8fdaa5a
2 files changed
+2
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | 19 | | |
23 | 20 | | |
24 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
102 | | - | |
103 | 102 | | |
104 | 103 | | |
105 | 104 | | |
| |||
108 | 107 | | |
109 | 108 | | |
110 | 109 | | |
| 110 | + | |
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
| |||
119 | 119 | | |
120 | 120 | | |
121 | 121 | | |
| 122 | + | |
122 | 123 | | |
123 | 124 | | |
124 | 125 | | |
| |||
150 | 151 | | |
151 | 152 | | |
152 | 153 | | |
153 | | - | |
154 | 154 | | |
155 | 155 | | |
156 | 156 | | |
| |||
0 commit comments
Comments
(0)