You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if errorlevel 1 echo Unable to find cmake! Please make sure that it is somewhere in your PATH. You can use the installer available in bin\extern of your ADTF installation. & pause & exit /b
echo CMake found
REM Set Compiler String
set VS_STRING=Visual Studio 14 2015 Win64
FOR /F "tokens=*" %%i in ('cd') do set SOURCE_DIR=%%i