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

set(kviclasseditor_SRCS
	libkviclasseditor.cpp
	ClassEditorWindow.cpp
)

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