dcf91d4321
We have lots of inconsistency at the moment in CMakeLists.txt files. Most of it is due to kwin being a very old project. This change hopefully fixes all of it.
10 lines
242 B
CMake
10 lines
242 B
CMake
#######################################
|
|
# Effect
|
|
|
|
# Source files
|
|
set(kwin4_effect_builtins_sources ${kwin4_effect_builtins_sources}
|
|
kscreen/kscreen.cpp
|
|
)
|
|
|
|
kconfig_add_kcfg_files(kwin4_effect_builtins_sources kscreen/kscreenconfig.kcfgc)
|
|
|