X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=CMakeLists.txt;h=9e2f8661431961aa6de9f68c322b716552841f3d;hb=617a36f729718c59c2f886fd4a1d145388e7c8bc;hp=f2f3df6cb0f52b911329f90cb4bbc6ab2477aeb3;hpb=9248d1455aa434112b5ddd771fd69b8df02d44ee;p=lugaru.git diff --git a/CMakeLists.txt b/CMakeLists.txt index f2f3df6..9e2f866 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -81,6 +81,7 @@ set(LUGARU_SRCS ${SRCDIR}/Settings.cpp ${SRCDIR}/Stereo.cpp ${SRCDIR}/Animation.cpp + ${SRCDIR}/Sounds.cpp ) set(LUGARU_H @@ -108,8 +109,6 @@ set(LUGARU_H ${SRCDIR}/openal_wrapper.h ${SRCDIR}/gamegl.h ${SRCDIR}/glstubs.h - ${SRCDIR}/mmgr.h - ${SRCDIR}/nommgr.h ${SRCDIR}/pack_private.h ${SRCDIR}/private.h ${SRCDIR}/unpack_private.h @@ -117,6 +116,8 @@ set(LUGARU_H ${SRCDIR}/Stereo.h ${SRCDIR}/Animation.h ${SRCDIR}/Animation.def + ${SRCDIR}/Sounds.h + ${SRCDIR}/Sounds.def ) if(UNIX)