You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a scenario to the README file documenting how the project can help people use crypto++ via the following steps:
clone cryptopp-cmake
build
install
in the consuming project
find_package(cryptopp REQUIRED)
# compile and link a test program using crypto++add_executable(myapp main.cpp)
target_link_libraries(myapp cryptopp::cryptopp)
Documentation should include all the commands used at each step.
The text was updated successfully, but these errors were encountered:
Add a scenario to the README file documenting how the project can help people use crypto++ via the following steps:
Documentation should include all the commands used at each step.
The text was updated successfully, but these errors were encountered: