cmake: build sdl target with threads support

This commit is contained in:
Eidolon 2022-08-20 12:13:48 -05:00
parent dc39834953
commit cf230b2182

View file

@ -168,6 +168,7 @@ if(${SDL2_FOUND})
target_compile_definitions(SRB2SDL2 PRIVATE
-DDIRECTFULLSCREEN -DHAVE_SDL
-DHAVE_THREADS
)
## strip debug symbols into separate file when using gcc.