Skip to content

Commit

Permalink
Changed the default binaryDir and installDir to ${sourceDir}/build an…
Browse files Browse the repository at this point in the history
…d ${sourceDir}/build/install. Fixed vcpkg description.
  • Loading branch information
stripe2933 committed Sep 29, 2024
1 parent 71a68c4 commit 67dc7d1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CMakePresets.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"name": "default",
"displayName": "Default",
"generator": "Ninja",
"binaryDir": "${sourceDir}/build/${presetName}",
"installDir": "${sourceDir}/install/${presetName}"
"binaryDir": "${sourceDir}/build",
"installDir": "${sourceDir}/build/install"
},
{
"name": "vcpkg",
Expand Down
2 changes: 1 addition & 1 deletion vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vku",
"version": "0.1.0",
"homepage": "https://github.com/stripe2933/vku",
"description": "Vulkan simplifications.",
"description": "A set of Vulkan utilities based on RAII idiom and Modern C++ features.",
"license": "MIT",
"dependencies": [
"vulkan-memory-allocator-hpp"
Expand Down

0 comments on commit 67dc7d1

Please sign in to comment.