cmake: fix pthread linking on Windows

This commit is contained in:
David Hrdlička
2021-09-15 12:49:52 +02:00
parent 206c34ed27
commit 719d155393
6 changed files with 28 additions and 3 deletions

View File

@@ -8,6 +8,7 @@
"freetype",
"libpng",
"openal-soft",
"sdl2"
"sdl2",
"pthreads"
]
}