X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=CMakeLists.txt;h=9e2f8661431961aa6de9f68c322b716552841f3d;hb=af80f1f20e2b21ccf08af5421e5c683ac6deebcd;hp=d36f0f8c7f3ecbae37f7a88dfed2f82a898c9bcf;hpb=38615999d550e75a973ce4d5520c9ef117d65cea;p=lugaru.git diff --git a/CMakeLists.txt b/CMakeLists.txt index d36f0f8..9e2f866 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -80,6 +80,8 @@ set(LUGARU_SRCS ${SRCDIR}/Input.cpp ${SRCDIR}/Settings.cpp ${SRCDIR}/Stereo.cpp + ${SRCDIR}/Animation.cpp + ${SRCDIR}/Sounds.cpp ) set(LUGARU_H @@ -107,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 @@ -116,6 +116,8 @@ set(LUGARU_H ${SRCDIR}/Stereo.h ${SRCDIR}/Animation.h ${SRCDIR}/Animation.def + ${SRCDIR}/Sounds.h + ${SRCDIR}/Sounds.def ) if(UNIX)