BrUh
This commit is contained in:
parent
1cee186990
commit
e5e90d4a2b
|
|
@ -327,6 +327,10 @@ target_include_directories(${PROJECT_NAME}
|
||||||
Boost::boost ${Boost_INCLUDE_DIRS}
|
Boost::boost ${Boost_INCLUDE_DIRS}
|
||||||
${VORBISFILE_INCLUDE_DIRS})
|
${VORBISFILE_INCLUDE_DIRS})
|
||||||
|
|
||||||
|
if(WIN32)
|
||||||
|
list(APPEND PLATFORM_LIBS winmm z)
|
||||||
|
endif()
|
||||||
|
|
||||||
target_link_libraries(${PROJECT_NAME}
|
target_link_libraries(${PROJECT_NAME}
|
||||||
PRIVATE
|
PRIVATE
|
||||||
SDL3::SDL3 SDL3_image::SDL3_image SDL3_sound::SDL3_sound SDL3_ttf::SDL3_ttf
|
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}
|
Boost::boost ${Boost_LIBRARIES}
|
||||||
${VORBISFILE_LIBRARIES}
|
${VORBISFILE_LIBRARIES}
|
||||||
|
|
||||||
winmm
|
${PLATFORM_LIBS}
|
||||||
z
|
|
||||||
)
|
)
|
||||||
|
|
||||||
IF(APPLE)
|
IF(APPLE)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue