Merge pull request #10840 from AdmiralCurtiss/cmake-windows-sdl

Fix CMake Windows build after SDL merge.
This commit is contained in:
Admiral H. Curtiss
2022-07-14 19:05:25 +02:00
committed by GitHub
2 changed files with 12 additions and 2 deletions

View File

@ -16,8 +16,6 @@
#ifdef _WIN32
#include <Windows.h>
#pragma comment(lib, "SDL2.lib")
#endif
namespace ciface::SDL