Skip to content

Commit

Permalink
Add comment about cmake Xcode generator
Browse files Browse the repository at this point in the history
  • Loading branch information
cboulay committed Sep 1, 2021
1 parent 5a79492 commit b63e0a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions BUILD.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ Here are some cmake one-liners that work if your development environment happens
* `cmake -B build -S . -G "Visual Studio 16 2019" -DQt5_DIR=C:\Qt\5.15.2\msvc2019_64\lib\cmake\Qt5 -DCMAKE_INSTALL_PREFIX=dist -DBUILD_STATIC=ON -DBUILD_CLI=ON`
* MacOS
* `cmake -B build -S . -DQt5_DIR=$(brew --prefix qt5)/lib/cmake/Qt5`
* If you are going to use the Xcode generator then you also need to use the old build system: `-G Xcode -T buildsystem=1`
* Linux
* `cmake -B build -S . -DCMAKE_INSTALL_PREFIX=dist`

Expand Down

0 comments on commit b63e0a9

Please sign in to comment.