File: setup_workspace_windows.sh

package info (click to toggle)
terraphast 0.0%2Bgit20200413.8af2e4c%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 812 kB
  • sloc: cpp: 5,923; sh: 93; ansic: 55; makefile: 26
file content (4 lines) | stat: -rwxr-xr-x 88 bytes parent folder | download | duplicates (5)
1
2
3
4
mkdir build
cd build
cmake "-DBUILD_TESTS=ON" -G "Visual Studio 14 2015 Win64" ..
cd ..