X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=CMakeLists.txt;h=f2f3df6cb0f52b911329f90cb4bbc6ab2477aeb3;hb=457bf24c8c59025657f24b62625145e72289177a;hp=d86c839cc3066e8317dba38886c40fe9d28f46fe;hpb=a1df5b15ec0673ba639adfbdb3b74e3a25a30f07;p=lugaru.git diff --git a/CMakeLists.txt b/CMakeLists.txt index d86c839..f2f3df6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -66,7 +66,6 @@ set(LUGARU_SRCS ${SRCDIR}/Person.cpp ${SRCDIR}/private.c ${SRCDIR}/Quaternions.cpp - ${SRCDIR}/Random.c ${SRCDIR}/Skeleton.cpp ${SRCDIR}/Skybox.cpp ${SRCDIR}/Sprite.cpp @@ -81,6 +80,7 @@ set(LUGARU_SRCS ${SRCDIR}/Input.cpp ${SRCDIR}/Settings.cpp ${SRCDIR}/Stereo.cpp + ${SRCDIR}/Animation.cpp ) set(LUGARU_H @@ -115,6 +115,8 @@ set(LUGARU_H ${SRCDIR}/unpack_private.h ${SRCDIR}/Settings.h ${SRCDIR}/Stereo.h + ${SRCDIR}/Animation.h + ${SRCDIR}/Animation.def ) if(UNIX)