From 14be8c3bcc558d319f3324f06a5700b9155d2aa6 Mon Sep 17 00:00:00 2001 From: Kazumasa Mitsunari Date: Sun, 10 Jun 2018 19:12:32 +0900 Subject: Rename files to use "_" instead of "-" Change-Id: I24b7be71af682946a4abde928e8bb46bf5104041 Signed-off-by: Kazumasa Mitsunari --- src/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/CMakeLists.txt') diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 6c39170..597a610 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -44,8 +44,8 @@ add_library(${TARGETS_WM} MODULE config.cpp config.hpp policy.hpp - wm-client.cpp - wm-error.cpp + wm_client.cpp + wm_error.cpp applist.cpp request.cpp) -- cgit 1.2.3-korg