~widelands-dev/widelands/bug-1559729-2

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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
    graphic
    helper
    io_fileread
    io_filesystem
    logic
    logic_widelands_geometry
    random
    wui
    wui_mapview_pixelfunctions
)