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

Added CMakePresets.json file. #1089

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

Commits on May 1, 2021

  1. Added CMakeSettings.json file.

    Allows easy build with Visual Studio - CMake integration.
    Debug and Release configurations added.
    installRoot set to `build/install/`
    j-horner committed May 1, 2021
    Configuration menu
    Copy the full SHA
    ac8edb0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c84f1ff View commit details
    Browse the repository at this point in the history

Commits on May 2, 2021

  1. Configuration menu
    Copy the full SHA
    6b01a0f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b5a7551 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2021

  1. Replaced CMakeSettings.json with CMakePresets.json

    Provides equivalent functionality.
    Can be used directly with CMake and is not MSVC specific.
    j-horner committed May 15, 2021
    Configuration menu
    Copy the full SHA
    a980060 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e0823e0 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'build_improvements' of https://github.com/j-horner/OpenJK

    … into build_improvements
    j-horner committed May 15, 2021
    Configuration menu
    Copy the full SHA
    5da7817 View commit details
    Browse the repository at this point in the history
  4. Added template CMakeUserPresets.json to set CMAKE_INSTALL_PREFIX

    Removed whitespace from names and reduced verbosity.
    Added CMakeUserPresets.json to .gitignore
    Added simple CMakeUserPresets.json template for devs to copy.
    j-horner committed May 15, 2021
    Configuration menu
    Copy the full SHA
    6834bf2 View commit details
    Browse the repository at this point in the history