blob: c3e6c97693a0e7baa8cb3ce653b60d91a89efcdf (
about) (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
# CMakeLists for src/modules/eventeditor
set(kvieventeditor_SRCS
EventEditorWindow.cpp
libkvieventeditor.cpp
)
set(kvi_module_name kvieventeditor)
include(${CMAKE_SOURCE_DIR}/cmake/module.rules.txt)
|