You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
819 B
27 lines
819 B
[All] |
|
|
|
upstreamURL = https://github.com/DEAKSoftware/Synergy-Binaries.git |
|
binariesPath = ./Binaries |
|
toolsPath = ./Tools |
|
|
|
productName = Synergy |
|
productRepoPath = ./Synergy-Core |
|
productBuildPath = ./Synergy-Core/build |
|
|
|
[Windows] |
|
|
|
libQtPath = c:\Qt\Qt5.12.9\5.12.9\msvc2017_64 |
|
openSSLPath = c:\Program Files\OpenSSL-Win64 |
|
vcvarsallPath = c:\Program Files\Microsoft Visual Studio\2022\Community\VC\Auxiliary\Build\vcvarsall.bat |
|
|
|
# Run "cmake --help" to choose a suitable generator |
|
cmakeGenerator = Visual Studio 17 2022 |
|
|
|
[Darwin] |
|
|
|
libQtPath = /opt/homebrew/opt/qt@5 |
|
openSSLPath = /opt/homebrew/opt/openssl@1.1 |
|
|
|
[Linux] |
|
|
|
linuxdeployURL = https://github.com/linuxdeploy/linuxdeploy/releases/download/continuous/linuxdeploy-x86_64.AppImage |