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