myd7349 / libsodium.cmake

CMakeLists.txt for libsodium

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CMakeLists.txt for libsodium

This project is originally as part of vcpkg#5600.

git clone https://github.com/myd7349/Ongoing-Study.git
pushd Ongoing-Study
git subtree split -P cpp/CMake/libsodium -b libsodium-cmake
popd

mkdir libsodium.cmake
cd libsodium.cmake
git init
git pull ../Ongoing-Study libsodium-cmake
git remote add origin https://github.com/myd7349/libsodium.cmake.git
git push origin -u master

Testing

This project has been tested with these libsodium versions:

  • 1.0.18
  • 1.0.17

Test projects:

License

MIT

See Also

About

CMakeLists.txt for libsodium

License:MIT License


Languages

Language:CMake 100.0%