Skip to content

Commit

Permalink
Fix build command
Browse files Browse the repository at this point in the history
  • Loading branch information
Fernthedev committed Dec 28, 2023
1 parent 51e7bce commit cc0dee3
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 5 deletions.
2 changes: 1 addition & 1 deletion qpm.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"workspace": {
"scripts": {
"build": [
"cmake -G \"Ninja\" -DCMAKE_BUILD_TYPE=\"RelWithDebInfo\" -B ./build -S .",
"cmake -G Ninja -DCMAKE_BUILD_TYPE=RelWithDebInfo -B ./build -S .",
"cmake --build ./build"
]
}
Expand Down
19 changes: 15 additions & 4 deletions qpm.shared.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
{
"config": {
"version": "0.1.0",
"sharedDir": "include",
"dependenciesDir": "extern",
"info": {
"name": "bs-cordl",
"id": "bs-cordl",
"version": "0.1.0",
"url": "https://github.com/QuestPackageManager/bs-cordl",
"url": null,
"additionalData": {
"headersOnly": true,
"compileOptions": {
Expand All @@ -22,6 +23,14 @@
}
}
},
"workspace": {
"scripts": {
"build": [
"cmake -G Ninja -DCMAKE_BUILD_TYPE=RelWithDebInfo -B ./build -S .",
"cmake --build ./build"
]
}
},
"dependencies": [
{
"id": "beatsaber-hook",
Expand All @@ -33,8 +42,7 @@
"versionRange": "^0.3.0",
"additionalData": {}
}
],
"workspace": null
]
},
"restoredDependencies": [
{
Expand Down Expand Up @@ -64,7 +72,10 @@
"id": "scotland2",
"versionRange": "=0.1.3",
"additionalData": {
"overrideSoName": "libsl2.so"
"soLink": "https://github.com/sc2ad/scotland2/releases/download/v0.1.3/libsl2.so",
"debugSoLink": "https://github.com/sc2ad/scotland2/releases/download/v0.1.3/debug_libsl2.so",
"overrideSoName": "libsl2.so",
"branchName": "version/v0_1_3"
}
},
"version": "0.1.3"
Expand Down

0 comments on commit cc0dee3

Please sign in to comment.