this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Trying with SDL2 path.

+2 -2
+2 -2
.appveyor.yml
··· 49 49 - if "%configuration%"=="Debug" ( set build_demos=OFF ) 50 50 - if "%configuration%"=="Release" ( set build_tests=OFF ) 51 51 - if "%configuration%"=="Release" ( set build_demos=ON ) 52 - - cmd: cmake -G %generator% -A %platform% -DCMAKE_INSTALL_PREFIX=c:\projects\libs\SDL_gpu -DSDL_gpu_BUILD_DEMOS=%build_demos% -DSDL_gpu_BUILD_TESTS=%build_tests% -DSDL_gpu_BUILD_TOOLS=%build_demos% -DSDL_gpu_BUILD_SHARED=ON -DSDL_gpu_BUILD_STATIC=ON .. 52 + - cmd: cmake -G %generator% -A %platform% -DCMAKE_INSTALL_PREFIX=c:\projects\libs\SDL2 -DSDL_gpu_BUILD_DEMOS=%build_demos% -DSDL_gpu_BUILD_TESTS=%build_tests% -DSDL_gpu_BUILD_TOOLS=%build_demos% -DSDL_gpu_BUILD_SHARED=ON -DSDL_gpu_BUILD_STATIC=ON .. 53 53 54 54 after_build: 55 55 - cd c:\projects\SDL_gpu\build 56 56 - 7z a c:\projects\SDL_gpu\%zip_name% * -tzip 57 - - cd c:\projects\libs\SDL_gpu 57 + - cd c:\projects\libs\SDL2 58 58 - 7z a c:\projects\SDL_gpu\install.zip * -tzip 59 59 - cd c:\projects\SDL_gpu 60 60