]> git.jsancho.org Git - lugaru.git/blobdiff - CMakeLists.txt
Rename debug mode to dev tools
[lugaru.git] / CMakeLists.txt
index 837960aebc378b9370e087c380579bac3cd488ce..087eafe333cacaa94e79cd6ab3390dd2943fd073 100644 (file)
@@ -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
@@ -287,6 +289,6 @@ endif(APPLE)
 install(FILES ${CMAKE_SOURCE_DIR}/AUTHORS
               ${CMAKE_SOURCE_DIR}/CONTENT-LICENSE.txt
               ${CMAKE_SOURCE_DIR}/COPYING.txt
-              ${CMAKE_SOURCE_DIR}/DEBUG-OPTIONS.txt
+              ${CMAKE_SOURCE_DIR}/DEVTOOLS.txt
               ${CMAKE_SOURCE_DIR}/README.md
         DESTINATION ${LUGARU_DOCDIR})