Template project for running EEZ Flow firmware project using SDL
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

11 lines
222 B

set SDL2DIR=..\SDL2-2.0.14
set SDL2IMAGEDIR=..\SDL2_image-2.0.4
if not exist "build" mkdir "build"
if not exist "build\win32" mkdir "build\win32"
cd build\win32
cmake -G "Visual Studio 15 2017" ..\..
cd ..\..