aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/raweditor/CMakeLists.txt
blob: a1ea88d1b9da3f595b20ff0b975fb05c1118cd72 (about) (plain) (blame)
1
2
3
4
5
6
7
8
9
# CMakeLists for src/modules/raweditor

set(kviraweditor_SRCS
	libkviraweditor.cpp
	RawEditorWindow.cpp
)

set(kvi_module_name kviraweditor)
include(${CMAKE_SOURCE_DIR}/cmake/module.rules.txt)