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

@ -212,9 +212,10 @@ set(voxelands_SRCS
main.cpp
)
# Server sources
# Server sources
set(voxelandsserver_SRCS
${common_SRCS}
${common_SRCS}
${audio_SRCS}
servermain.cpp
)