X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=CMakeLists.txt;h=663e8a36cbde9dff5eceb64ea778d42b95c4e3bc;hb=65db961d42f06e061df7a16aa9fcbd6bbc6ecbf1;hp=632dc73fe1faf85020b7402b34847291e9aa4d47;hpb=14a1f983de1723c52b252c161997651cecbef2e1;p=lugaru.git diff --git a/CMakeLists.txt b/CMakeLists.txt index 632dc73..663e8a3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -62,7 +62,6 @@ set(LUGARU_SRCS ${SRCDIR}/Models.cpp ${SRCDIR}/Objects.cpp ${SRCDIR}/pack.c - ${SRCDIR}/pack_private.c ${SRCDIR}/Person.cpp ${SRCDIR}/private.c ${SRCDIR}/Quaternions.cpp @@ -81,6 +80,7 @@ set(LUGARU_SRCS ${SRCDIR}/Stereo.cpp ${SRCDIR}/Animation.cpp ${SRCDIR}/Sounds.cpp + ${SRCDIR}/Awards.cpp ) set(LUGARU_H @@ -108,7 +108,6 @@ set(LUGARU_H ${SRCDIR}/openal_wrapper.h ${SRCDIR}/gamegl.h ${SRCDIR}/glstubs.h - ${SRCDIR}/pack_private.h ${SRCDIR}/private.h ${SRCDIR}/Settings.h ${SRCDIR}/Stereo.h