wl_library(note_sound
  SRCS
    note_sound.h
    note_sound.cc
  DEPENDS
    logic_widelands_geometry
    notifications
)


wl_library(sound
  SRCS
    fxset.cc
    fxset.h
    songset.cc
    songset.h
    sound_handler.cc
    sound_handler.h
  USES_BOOST_REGEX
  USES_SDL2
  USES_SDL2_MIXER
  DEPENDS
    base_i18n
    base_log
    helper
    io_fileread
    io_filesystem
    profile
    random
)
