Skip to content

Instantly share code, notes, and snippets.

@jbvimort
Created November 14, 2017 18:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jbvimort/903f626b27587a2a137293da0d0cf5e0 to your computer and use it in GitHub Desktop.
Save jbvimort/903f626b27587a2a137293da0d0cf5e0 to your computer and use it in GitHub Desktop.
Slicer-RelWithDebInfo-build
set PATH=C:\cmake-3.9.1\bin;%PATH%
set ROOT=C:\
cd %ROOT%
cd S-rwdi
set Qt5_DIR=C:\Qt\5.9.1\msvc2015_64\lib\cmake\Qt5
cmake -G "Visual Studio 14 2015 Win64" -DQt5_DIR:PATH=%Qt5_DIR% -DSlicer_USE_SimpleITK:BOOL=0 -DSlicer_USE_OpenVR:BOOL=1 ../S
cmake --build . --config RelWithDebInfo -- /m
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment