Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master' into igtd/create-sample
Browse files Browse the repository at this point in the history
  • Loading branch information
iguessthislldo committed Apr 24, 2024
2 parents 8db6875 + 9a1f1f6 commit 5e81702
Show file tree
Hide file tree
Showing 431 changed files with 33,488 additions and 19,724 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/WinFlexBison_CMakePresets.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"version": 7,
"configurePresets": [
{
"name": "config1",
"binaryDir": "build"
}
],
"buildPresets": [
{
"name": "build1",
"configurePreset": "config1"
}
]
}
23 changes: 23 additions & 0 deletions .github/workflows/Wireshark_CMakePresets.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"version": 7,
"configurePresets": [
{
"name": "config1",
"generator": "Ninja",
"binaryDir": "$env{WIRESHARK_BUILD_DIR}",
"cacheVariables": {
"BUILD_wireshark": "OFF",
"MAKENSIS_EXECUTABLE": "OFF",
"WIX_CANDLE_EXECUTABLE": "OFF",
"LEX_EXECUTABLE": "$env{WINFLEXBISON_ROOT}/bin/Debug/win_flex.exe"
}
}
],
"buildPresets": [
{
"name": "build1",
"configurePreset": "config1",
"targets": "epan"
}
]
}
Loading

0 comments on commit 5e81702

Please sign in to comment.