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 support for vcpkg #26

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on May 24, 2024

  1. Stops the creation of _build and _logs directories if CMakeLists.txt …

    …is not found
    
    This provides a better user experience for new users who run the tool outside of a CMake source tree, who would later have to clean up those directories.
    pentatonick committed May 24, 2024
    Configuration menu
    Copy the full SHA
    584755c View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. Add support for vcpkg

    Added the --vcpkg flag which enables vcpkg support and optionally allows to specify path to vcpkg.cmake
    pentatonick committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    e653160 View commit details
    Browse the repository at this point in the history