Skip to content

Commit

Permalink
Merge pull request #59159 from danodom-tcb/patch-1
Browse files Browse the repository at this point in the history
Adding missing parameters for Windows CMAKE
  • Loading branch information
m-kuhn authored Oct 21, 2024
2 parents dc1060b + 9bccb89 commit 95f3728
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -776,7 +776,9 @@ cmake -S . \
-DSDK_PATH="path/to/vcpkg-export-[date]" \
-DBUILD_WITH_QT6=ON \
-DWITH_QTWEBKIT=OFF \
-DVCPKG_TARGET_TRIPLET=x64-windows-release
-DVCPKG_TARGET_TRIPLET=x64-windows-release \
-DFLEX_EXECUTABLE="path/to/flex-executable" \
-DBISON_EXECUTABLE="path/to/bison-executable"
```

This will provide you with a configured project. You can either build it directly
Expand Down

0 comments on commit 95f3728

Please sign in to comment.