Skip to content

Commit

Permalink
Adding missing parameters for Windows CMAKE
Browse files Browse the repository at this point in the history
Adding missing parameters on the Configure CMAKE for building out the Visual Studio solution.
  • Loading branch information
danodom-tcb authored Oct 21, 2024
1 parent 372ab66 commit 9bccb89
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 9bccb89

Please sign in to comment.