aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/raweditor
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/raweditor')
-rw-r--r--src/modules/raweditor/CMakeLists.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/modules/raweditor/CMakeLists.txt b/src/modules/raweditor/CMakeLists.txt
index d366480fc..a1ea88d1b 100644
--- a/src/modules/raweditor/CMakeLists.txt
+++ b/src/modules/raweditor/CMakeLists.txt
@@ -1,9 +1,9 @@
# CMakeLists for src/modules/raweditor
-SET(kviraweditor_SRCS
+set(kviraweditor_SRCS
libkviraweditor.cpp
RawEditorWindow.cpp
)
-SET(kvi_module_name kviraweditor)
-INCLUDE(${CMAKE_SOURCE_DIR}/cmake/module.rules.txt)
+set(kvi_module_name kviraweditor)
+include(${CMAKE_SOURCE_DIR}/cmake/module.rules.txt)