make sound compile

This commit is contained in:
darkrose 2014-01-19 18:20:06 +10:00
parent 2444fea0b6
commit f1a98f749a
1 changed files with 3 additions and 2 deletions

View File

@ -215,6 +215,7 @@ set(voxelands_SRCS
# Server sources # Server sources
set(voxelandsserver_SRCS set(voxelandsserver_SRCS
${common_SRCS} ${common_SRCS}
${audio_SRCS}
servermain.cpp servermain.cpp
) )