We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 706649c + 099796e commit 1f28e5eCopy full SHA for 1f28e5e
README.md
@@ -142,10 +142,10 @@ It is possible to produce static libraries for linking by setting the cmake conf
142
143
```cmake
144
145
-SET(BUILD_SHARED_LIBS ON) add_subdirectory(libsocket)
+SET(BUILD_STATIC_LIBS ON) add_subdirectory(libsocket)
146
147
-target_link_libraries(MyProject libsocket_int) # C linking target_link_libraries(MyProject
148
- libsocket++_int) # C++ linking
+target_link_libraries(MyProject libsocket_int) # C linking
+target_link_libraries(MyProject libsocket++_int) # C++ linking
149
150
```
151
0 commit comments