mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2025-07-05 08:27:10 +02:00
Update POCO library.
This commit is contained in:
2
vendor/POCO/doc/00200-GettingStarted.page
vendored
2
vendor/POCO/doc/00200-GettingStarted.page
vendored
@ -461,7 +461,7 @@ or
|
||||
|
||||
To use POCO C++ Libraries in your cmake project, add following line in your project for example to use crypto:
|
||||
|
||||
find_package(Poco REQUIRED PocoCrypto)
|
||||
find_package(Poco REQUIRED Crypto)
|
||||
....
|
||||
target_link_libraries(yourTargetName ... Poco::Crypto)
|
||||
|
||||
|
Reference in New Issue
Block a user