mirror of
https://forgejo.xatacraft.ru/Sunshine/mkxp-sunshine.git
synced 2026-08-20 13:59:57 +00:00
BrUh
This commit is contained in:
parent
1cee186990
commit
e5e90d4a2b
1 changed files with 5 additions and 2 deletions
|
|
@ -327,6 +327,10 @@ target_include_directories(${PROJECT_NAME}
|
|||
Boost::boost ${Boost_INCLUDE_DIRS}
|
||||
${VORBISFILE_INCLUDE_DIRS})
|
||||
|
||||
if(WIN32)
|
||||
list(APPEND PLATFORM_LIBS winmm z)
|
||||
endif()
|
||||
|
||||
target_link_libraries(${PROJECT_NAME}
|
||||
PRIVATE
|
||||
SDL3::SDL3 SDL3_image::SDL3_image SDL3_sound::SDL3_sound SDL3_ttf::SDL3_ttf
|
||||
|
|
@ -339,8 +343,7 @@ target_link_libraries(${PROJECT_NAME}
|
|||
Boost::boost ${Boost_LIBRARIES}
|
||||
${VORBISFILE_LIBRARIES}
|
||||
|
||||
winmm
|
||||
z
|
||||
${PLATFORM_LIBS}
|
||||
)
|
||||
|
||||
IF(APPLE)
|
||||
|
|
|
|||
Loading…
Reference in a new issue