summaryrefslogtreecommitdiffstats
path: root/src/input
diff options
context:
space:
mode:
authorSebastien Braun2010-10-05 16:26:57 +0200
committerSebastien Braun2010-10-05 18:15:52 +0200
commitab5d1fefe041c4083f8e26a436a480abdaa6dae0 (patch)
tree0847cf00b7bb4e511790239644755acb61bc1b87 /src/input
parentImplement RebootSystem and KillX11 handlers. (diff)
downloadpvs-ab5d1fefe041c4083f8e26a436a480abdaa6dae0.tar.gz
pvs-ab5d1fefe041c4083f8e26a436a480abdaa6dae0.tar.xz
pvs-ab5d1fefe041c4083f8e26a436a480abdaa6dae0.zip
Unify keyword case in src/input/CMakeLists.txt
Diffstat (limited to 'src/input')
-rw-r--r--src/input/CMakeLists.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/input/CMakeLists.txt b/src/input/CMakeLists.txt
index 311d8ce..29374e2 100644
--- a/src/input/CMakeLists.txt
+++ b/src/input/CMakeLists.txt
@@ -1,6 +1,6 @@
-INCLUDE(${QT_USE_FILE})
+include(${QT_USE_FILE})
-SET(pvsinput_SRCS
+set(pvsinput_SRCS
inputEvent.cpp
inputEventHandler.cpp
)
@@ -48,7 +48,7 @@ if(UNIX)
)
endif()
-ADD_LIBRARY(
+add_library(
pvsinput
STATIC
${pvsinput_SRCS}