diff options
| author | spicyjpeg <thatspicyjpeg@gmail.com> | 2022-07-31 18:07:48 +0200 |
|---|---|---|
| committer | spicyjpeg <thatspicyjpeg@gmail.com> | 2022-07-31 18:07:48 +0200 |
| commit | ce33eee403c678d3e2850046955f265585af76d7 (patch) | |
| tree | c3c1e4ca7ae4c3167d8d9b6b61a6ff50a7a168cd /CMakePresets.json | |
| parent | 9560a1427aec1681c5d0c2bc30190ce4b1ad8557 (diff) | |
| download | psn00bsdk-ce33eee403c678d3e2850046955f265585af76d7.tar.gz | |
Add BUNDLE_NINJA option, update changelog and submodules
Diffstat (limited to 'CMakePresets.json')
| -rw-r--r-- | CMakePresets.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/CMakePresets.json b/CMakePresets.json index b103270..89002a3 100644 --- a/CMakePresets.json +++ b/CMakePresets.json @@ -24,7 +24,8 @@ "cacheVariables": { "CMAKE_BUILD_TYPE": "Release", "SKIP_EXAMPLES": "ON", - "BUNDLE_TOOLCHAIN": "ON" + "BUNDLE_TOOLCHAIN": "ON", + "BUNDLE_NINJA": "ON" } }, { @@ -36,6 +37,7 @@ "cacheVariables": { "CMAKE_BUILD_TYPE": "Release", "BUNDLE_TOOLCHAIN": "ON", + "BUNDLE_NINJA": "ON", "LIBPSN00B_GENERATOR": "Ninja", "PSN00BSDK_TARGET": "$env{GCC_TARGET}", "PSN00BSDK_GIT_TAG": "$env{GITHUB_REF_NAME}", |
