]> git.jsancho.org Git - lugaru.git/blobdiff - CMakeLists.txt
Make animation types an enum, move to a separate file
[lugaru.git] / CMakeLists.txt
index d86c839cc3066e8317dba38886c40fe9d28f46fe..d36f0f8c7f3ecbae37f7a88dfed2f82a898c9bcf 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
@@ -115,6 +114,8 @@ set(LUGARU_H
        ${SRCDIR}/unpack_private.h
        ${SRCDIR}/Settings.h
        ${SRCDIR}/Stereo.h
+       ${SRCDIR}/Animation.h
+       ${SRCDIR}/Animation.def
 )
 
 if(UNIX)