X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=CMakeLists.txt;h=c1a3e6b5030f7255f214ef47c56e7b237e9c0188;hb=1d589bc3024e30dd51e41b6041b57649190bef4d;hp=ddcbd7004c5c6c3f88ea2c4ac47df3c8778d395b;hpb=05dffb5744dc3f845e0c874f45229134393c50a0;p=lugaru.git diff --git a/CMakeLists.txt b/CMakeLists.txt index ddcbd70..c1a3e6b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -40,6 +40,8 @@ set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/cmake/Modules/") set(LUGARU_SRCS ${SRCDIR}/main.cpp ${SRCDIR}/Animation/Animation.cpp + ${SRCDIR}/Animation/Joint.cpp + ${SRCDIR}/Animation/Muscle.cpp ${SRCDIR}/Animation/Skeleton.cpp ${SRCDIR}/Frustum.cpp ${SRCDIR}/Account.cpp @@ -77,6 +79,8 @@ set(LUGARU_SRCS set(LUGARU_H ${SRCDIR}/Animation/Animation.h + ${SRCDIR}/Animation/Joint.h + ${SRCDIR}/Animation/Muscle.h ${SRCDIR}/Animation/Skeleton.h ${SRCDIR}/Frustum.h ${SRCDIR}/Account.h