widelands-dev team mailing list archive
-
widelands-dev team
-
Mailing list archive
-
Message #09854
[Merge] lp:~widelands-dev/widelands/bug-1669971-libnote_sound into lp:widelands
Klaus Halfmann has proposed merging lp:~widelands-dev/widelands/bug-1669971-libnote_sound into lp:widelands.
Requested reviews:
GunChleoc (gunchleoc)
Related bugs:
Bug #1669971 in widelands: "Linking libnote_sound.a fails on OSX / ports"
https://bugs.launchpad.net/widelands/+bug/1669971
For more details, see:
https://code.launchpad.net/~widelands-dev/widelands/bug-1669971-libnote_sound/+merge/318984
This fixed Bug 1669971 for me.
--
Your team Widelands Developers is subscribed to branch lp:~widelands-dev/widelands/bug-1669971-libnote_sound.
=== modified file 'src/sound/CMakeLists.txt'
--- src/sound/CMakeLists.txt 2017-02-28 12:59:39 +0000
+++ src/sound/CMakeLists.txt 2017-03-04 11:53:07 +0000
@@ -1,6 +1,7 @@
wl_library(note_sound
SRCS
note_sound.h
+ note_sound.cc
DEPENDS
logic_widelands_geometry
notifications
=== added file 'src/sound/note_sound.cc'
--- src/sound/note_sound.cc 1970-01-01 00:00:00 +0000
+++ src/sound/note_sound.cc 2017-03-04 11:53:07 +0000
@@ -0,0 +1,1 @@
+// CMake cannot deal with header only libraries, therefore we need an empty cc file :(.
References