]> git.jsancho.org Git - lugaru.git/blobdiff - CMakeLists.txt
Cleanup animation loading
[lugaru.git] / CMakeLists.txt
index 383779d1e0b92473765430a17a554627eb404cdd..f2f3df6cb0f52b911329f90cb4bbc6ab2477aeb3 100644 (file)
@@ -80,6 +80,7 @@ set(LUGARU_SRCS
        ${SRCDIR}/Input.cpp
        ${SRCDIR}/Settings.cpp
        ${SRCDIR}/Stereo.cpp
+       ${SRCDIR}/Animation.cpp
 )
 
 set(LUGARU_H
@@ -114,6 +115,8 @@ set(LUGARU_H
        ${SRCDIR}/unpack_private.h
        ${SRCDIR}/Settings.h
        ${SRCDIR}/Stereo.h
+       ${SRCDIR}/Animation.h
+       ${SRCDIR}/Animation.def
 )
 
 if(UNIX)