diff options
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r-- | src/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index b1597b7..192e2b2 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -40,7 +40,7 @@ add_library(${TARGETS_WM} MODULE request.cpp pm_wrapper.cpp wm_layer.cpp - layout_manager.cpp) + wm_layer_control.cpp) target_include_directories(${TARGETS_WM} PRIVATE |