summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 6195f9260..64c62002f 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -26,7 +26,8 @@ IF (POLICY CMP0015)
CMAKE_POLICY(SET CMP0015 OLD)
ENDIF()
-SET(FLAGS "-DPACKAGE_VERSION=\\\"${VERSION}\\\"")
+SET(FLAGS "-DPACKAGE_NAME=\\\"${PROJECT_NAME}\\\"")
+SET(FLAGS "${FLAGS} -DPACKAGE_VERSION=\\\"${VERSION}\\\"")
SET(FLAGS "${FLAGS} -DPKG_DATADIR=\\\"${PKG_DATADIR}/\\\"")
SET(FLAGS "${FLAGS} -DLOCALEDIR=\\\"${LOCALEDIR}/\\\"")
SET(DYE_FLAGS "-DPACKAGE_VERSION=\\\"${VERSION}\\\" -DDYECMD")
@@ -971,8 +972,8 @@ SET(SRCS
utils/parameters.h
fs/paths.cpp
fs/paths.h
- utils/perfomance.cpp
- utils/perfomance.h
+ utils/performance.cpp
+ utils/performance.h
utils/perfstat.cpp
utils/perfstat.h
utils/pnglib.cpp
@@ -1520,6 +1521,8 @@ SET(SRCS
listeners/guitableactionlistener.h
listeners/inputactionremotelistener.cpp
listeners/inputactionremotelistener.h
+ listeners/inputactionreplayconfirmlistener.cpp
+ listeners/inputactionreplayconfirmlistener.h
listeners/inputactionreplaylistener.cpp
listeners/inputactionreplaylistener.h
listeners/insertcardlistener.h