Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add compatibility to vcpkg buildsystem #8317

Merged
merged 11 commits into from
Jun 10, 2019

Commits on Apr 19, 2019

  1. Make FindCURL ready for vcpkg

    This allows to find and use curl with the vcpkg toolchain file.
    adrido authored and unknown committed Apr 19, 2019
    Configuration menu
    Copy the full SHA
    4de6675 View commit details
    Browse the repository at this point in the history
  2. Find leveldb.lib with vcpkg buildsystem

    adrido authored and unknown committed Apr 19, 2019
    Configuration menu
    Copy the full SHA
    5a4e602 View commit details
    Browse the repository at this point in the history
  3. Freetype is already found using find_package

    No need to manually set random paths
    adrido authored and unknown committed Apr 19, 2019
    Configuration menu
    Copy the full SHA
    6324685 View commit details
    Browse the repository at this point in the history
  4. Properly find zlib

    adrido authored and unknown committed Apr 19, 2019
    Configuration menu
    Copy the full SHA
    fff7c50 View commit details
    Browse the repository at this point in the history
  5. Handle the dlls when using vcpkg toolchain

    adrido authored and unknown committed Apr 19, 2019
    Configuration menu
    Copy the full SHA
    c6ded89 View commit details
    Browse the repository at this point in the history
  6. Find Irrlicht on vcpkg

    adrido authored and unknown committed Apr 19, 2019
    Configuration menu
    Copy the full SHA
    0771203 View commit details
    Browse the repository at this point in the history
  7. Document how to build on windows using vcpkg

    adrido authored and unknown committed Apr 19, 2019
    Configuration menu
    Copy the full SHA
    aa5d519 View commit details
    Browse the repository at this point in the history
  8. Find Luajit on vcpkg

    adrido authored and unknown committed Apr 19, 2019
    Configuration menu
    Copy the full SHA
    2aa45be View commit details
    Browse the repository at this point in the history
  9. Remove zlibwapi

    adrido authored and unknown committed Apr 19, 2019
    Configuration menu
    Copy the full SHA
    6808814 View commit details
    Browse the repository at this point in the history
  10. Apply suggestions from code review

    Co-Authored-By: adrido <[email protected]>
    ClobberXD and adrido committed Apr 19, 2019
    Configuration menu
    Copy the full SHA
    59c1263 View commit details
    Browse the repository at this point in the history
  11. Update README.md

    adrido committed Apr 19, 2019
    Configuration menu
    Copy the full SHA
    cd26ca8 View commit details
    Browse the repository at this point in the history