X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=CMakeLists.txt;h=d36f0f8c7f3ecbae37f7a88dfed2f82a898c9bcf;hb=4692ec6888b3a2eb166fd1693cb583d2c53e346c;hp=f0df14425c951166e2924075ed3dfc57bb953fc7;hpb=de7834267e2ff8f28a2cb49647fc91e060686e93;p=lugaru.git diff --git a/CMakeLists.txt b/CMakeLists.txt index f0df144..d36f0f8 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 @@ -89,12 +88,10 @@ set(LUGARU_H ${SRCDIR}/Account.h ${SRCDIR}/Game.h ${SRCDIR}/Lights.h - ${SRCDIR}/LinkedList.h ${SRCDIR}/Models.h ${SRCDIR}/Objects.h ${SRCDIR}/Person.h ${SRCDIR}/PhysicsMath.h - ${SRCDIR}/Pointer.h ${SRCDIR}/Quaternions.h ${SRCDIR}/Random.h ${SRCDIR}/Skeleton.h @@ -117,6 +114,8 @@ set(LUGARU_H ${SRCDIR}/unpack_private.h ${SRCDIR}/Settings.h ${SRCDIR}/Stereo.h + ${SRCDIR}/Animation.h + ${SRCDIR}/Animation.def ) if(UNIX)