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.
1 parent 62ef4b3 commit 0a9b9b7Copy full SHA for 0a9b9b7
2 files changed
sources/CMakeLists.txt
@@ -113,6 +113,7 @@ set(BOOST_LIBS
113
chrono
114
date_time
115
filesystem
116
+ process
117
regex
118
thread
119
)
tests/unit/sources/CMakeLists.txt
@@ -176,7 +176,15 @@ IF(NOT ${Poco_FOUND})
176
ENDIF()
177
178
# define libraries to link with
179
-set(LIBS ${LIBS} ${Boost_LIBRARIES} ${CMAKE_THREAD_LIBS_INIT} ${RT_LIBRARY} ${Poco_FOUND_LIBS} ${OPENSSL_SSL_LIBRARY} ${OPENSSL_CRYPTO_LIBRARY} )
+set(LIBS
180
+ ${LIBS}
181
+ ${Boost_LIBRARIES}
182
+ ${CMAKE_THREAD_LIBS_INIT}
183
+ ${RT_LIBRARY}
184
+ ${Poco_FOUND_LIBS}
185
+ ${OPENSSL_SSL_LIBRARY}
186
+ ${OPENSSL_CRYPTO_LIBRARY}
187
+)
188
189
##################################################################################################
190
## Sources
0 commit comments