]> git.jsancho.org Git - lugaru.git/blobdiff - CMakeLists.txt
Slightly squash unpack stuff
[lugaru.git] / CMakeLists.txt
index 6943bfd39bd7daf2014713736451548eb729690d..632dc73fe1faf85020b7402b34847291e9aa4d47 100644 (file)
@@ -73,7 +73,6 @@ set(LUGARU_SRCS
        ${SRCDIR}/Text.cpp
        ${SRCDIR}/TGALoader.cpp
        ${SRCDIR}/unpack.c
-       ${SRCDIR}/unpack_private.c
        ${SRCDIR}/Weapons.cpp
        ${SRCDIR}/OpenGL_Windows.cpp
        ${SRCDIR}/openal_wrapper.cpp
@@ -81,6 +80,7 @@ set(LUGARU_SRCS
        ${SRCDIR}/Settings.cpp
        ${SRCDIR}/Stereo.cpp
        ${SRCDIR}/Animation.cpp
+       ${SRCDIR}/Sounds.cpp
 )
 
 set(LUGARU_H
@@ -110,11 +110,12 @@ set(LUGARU_H
        ${SRCDIR}/glstubs.h
        ${SRCDIR}/pack_private.h
        ${SRCDIR}/private.h
-       ${SRCDIR}/unpack_private.h
        ${SRCDIR}/Settings.h
        ${SRCDIR}/Stereo.h
        ${SRCDIR}/Animation.h
        ${SRCDIR}/Animation.def
+       ${SRCDIR}/Sounds.h
+       ${SRCDIR}/Sounds.def
 )
 
 if(UNIX)