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

set(kvieditor_SRCS
	libkvieditor.cpp
	ScriptEditorImplementation.cpp
)

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