Skip to content

Commit

Permalink
fix build target
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Macheta committed Jan 4, 2024
1 parent 3daef0e commit 04d0574
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CMakePresets.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,13 @@
{
"name": "testing",
"configurePreset": "testing"
},
{
"name": "release",
"configurePreset": "release",
"targets": [
"logger"
]
}
],
"testPresets": [
Expand Down

0 comments on commit 04d0574

Please sign in to comment.