Skip to content

Commit f1dc484

Browse files
chore: explicitly define install dir (#80)
1 parent a0aa5bc commit f1dc484

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMakePresets.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"description": "Target the Windows Subsystem for Linux (WSL) or a remote Linux system.",
88
"generator": "Ninja",
99
"binaryDir": "${sourceDir}/out/build/${presetName}",
10+
"installDir": "${sourceDir}/out/install/${presetName}",
1011
"condition": {
1112
"type": "equals",
1213
"lhs": "${hostSystemName}",

0 commit comments

Comments
 (0)