X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=CMakeLists.txt;h=793cb70273603971e2c925c47deb5d1a137af3fc;hb=afc437d91c5c31a6569349a118ace6876737889f;hp=837960aebc378b9370e087c380579bac3cd488ce;hpb=d5c770ce2a9b5d20ed0cb9dc43aaef018c980983;p=lugaru.git diff --git a/CMakeLists.txt b/CMakeLists.txt index 837960a..793cb70 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -50,6 +50,7 @@ set(LUGARU_SRCS ${SRCDIR}/Animation/Skeleton.cpp ${SRCDIR}/Frustum.cpp ${SRCDIR}/Account.cpp + ${SRCDIR}/Campaign.cpp ${SRCDIR}/ConsoleCmds.cpp ${SRCDIR}/Dialog.cpp ${SRCDIR}/Hotspot.cpp @@ -90,6 +91,7 @@ set(LUGARU_H ${SRCDIR}/Animation/Skeleton.h ${SRCDIR}/Frustum.h ${SRCDIR}/Account.h + ${SRCDIR}/Campaign.h ${SRCDIR}/ConsoleCmds.h ${SRCDIR}/Dialog.h ${SRCDIR}/Hotspot.h