]> git.jsancho.org Git - lugaru.git/blobdiff - CMakeLists.txt
Cleanup animation loading
[lugaru.git] / CMakeLists.txt
index d86c839cc3066e8317dba38886c40fe9d28f46fe..f2f3df6cb0f52b911329f90cb4bbc6ab2477aeb3 100644 (file)
@@ -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)