~widelands-dev/widelands/localizeable_shipnames

« back to all changes in this revision

Viewing changes to src/sound/CMakeLists.txt

  • Committer: GunChleoc
  • Date: 2017-04-22 08:40:21 UTC
  • mfrom: (8298.1.40 trunk)
  • Revision ID: fios@foramnagaidhlig.net-20170422084021-4u3vp59d9jkdfx63
Merged trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
wl_library(note_sound
 
2
  SRCS
 
3
    note_sound.h
 
4
    note_sound.cc
 
5
  DEPENDS
 
6
    logic_widelands_geometry
 
7
    notifications
 
8
)
 
9
 
 
10
 
1
11
wl_library(sound
2
12
  SRCS
3
13
    fxset.cc
16
26
    helper
17
27
    io_fileread
18
28
    io_filesystem
19
 
    logic
20
 
    logic_widelands_geometry
 
29
    profile
21
30
    random
22
 
    wui
23
 
    wui_mapview_pixelfunctions
24
 
    wui_mapview
25
31
)