mirror of
https://github.com/debauchee/barrier.git
synced 2026-02-12 22:55:53 +08:00
* Added Ubuntu Dockers for 16, 18, and 19 * Added Cirrus CI build task for gcloud instance with SSDs * Added macOS instance build with brew Qt install * Fixed Qt headers for 5.12.2 used in Ubuntu 19.04 * Consolidated version info into CMake file
6 lines
292 B
Batchfile
6 lines
292 B
Batchfile
SET VS_INSTALL_PATH=C:\"Program Files (x86)"\"Microsoft Visual Studio"\2019\Community\
|
|
call %VS_INSTALL_PATH%Common7\Tools\VsDevCmd.bat
|
|
mkdir build
|
|
cd build
|
|
cmake -G "Visual Studio 15 2017 Win64" -DCMAKE_BUILD_TYPE=Debug ..
|
|
msbuild synergy-core.sln /p:Platform="x64" /p:Configuration=Debug /m |