this repo has no description
0
fork

Configure Feed

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

Try to get cmake on appveyor to find SDL.

+1 -1
+1 -1
.appveyor.yml
··· 41 41 before_build: 42 42 - echo Running cmake... 43 43 - cd c:\projects\SDL_gpu 44 - - cmake -G "Visual Studio 14 2015" -DCMAKE_INSTALL_PREFIX=%P% -DSDL_gpu_BUILD_DEMOS=ON -DSDL_gpu_BUILD_TESTS=ON -DSDL_gpu_BUILD_TOOLS=ON -DSDL_gpu_BUILD_SHARED=ON -DSDL_gpu_BUILD_STATIC=ON 44 + - cmake -G "Visual Studio 14 2015" -DCMAKE_INSTALL_PREFIX=%P% -DCMAKE_PREFIX_PATH=c:\projects\libs\SDL -DSDL_gpu_BUILD_DEMOS=ON -DSDL_gpu_BUILD_TESTS=ON -DSDL_gpu_BUILD_TOOLS=ON -DSDL_gpu_BUILD_SHARED=ON -DSDL_gpu_BUILD_STATIC=ON 45 45 46 46 # scripts to run after build 47 47 after_build: