mirror of
https://github.com/MadeOfJelly/MushMachine.git
synced 2025-06-18 18:56:36 +02:00
fix vcpkg sdl package not properly exposing linkage flags
This commit is contained in:
@ -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()
|
||||
|
Reference in New Issue
Block a user