File: setup_workspace_windows.sh

package info (click to toggle)
iqtree 2.0.7%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 14,620 kB
  • sloc: cpp: 142,571; ansic: 57,789; sh: 275; python: 242; makefile: 95
file content (4 lines) | stat: -rwxr-xr-x 88 bytes parent folder | download | duplicates (3)
1
2
3
4
mkdir build
cd build
cmake "-DBUILD_TESTS=ON" -G "Visual Studio 14 2015 Win64" ..
cd ..