Experimental support for SDL_mixer
Now working. We need support for SDL 3.4.0 but current wayland dependency is not fulfilled.
This commit is contained in:
@@ -7,8 +7,9 @@ target_include_directories(engine
|
||||
PRIVATE ${CMAKE_CURRENT_SOURCE_DIR}/src
|
||||
)
|
||||
|
||||
# SDL_TARGET is set by cmake/SDLSetup.cmake
|
||||
target_link_libraries(engine PUBLIC ${SDL_TARGET})
|
||||
target_link_libraries(engine PUBLIC
|
||||
${SDL_TARGET}
|
||||
)
|
||||
|
||||
target_compile_definitions(engine PRIVATE
|
||||
$<$<STREQUAL:${SDL_LINK_TYPE},static>:SDL_STATIC_LIB>
|
||||
|
||||
Reference in New Issue
Block a user