fix vcpkg sdl package not properly exposing linkage flags

This commit is contained in:
2022-11-01 15:41:41 +01:00
parent 8ace6e51f9
commit 8e5471480c
3 changed files with 2 additions and 5 deletions

View File

@ -33,8 +33,7 @@ elseif(VCPKG_TARGET_TRIPLET)
target_link_libraries(sdl_service
PUBLIC
SDL2::SDL2
#PRIVATE
#SDL2::SDL2main
SDL2::SDL2main
#SDL2::SDL2-static
)
else()