forked from oerkki/voxelands
make sound compile
This commit is contained in:
parent
2444fea0b6
commit
f1a98f749a
|
@ -212,9 +212,10 @@ set(voxelands_SRCS
|
||||||
main.cpp
|
main.cpp
|
||||||
)
|
)
|
||||||
|
|
||||||
# Server sources
|
# Server sources
|
||||||
set(voxelandsserver_SRCS
|
set(voxelandsserver_SRCS
|
||||||
${common_SRCS}
|
${common_SRCS}
|
||||||
|
${audio_SRCS}
|
||||||
servermain.cpp
|
servermain.cpp
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue