From 57f8e4dbf7dc6cce58dfc11b5aab03e86b7cbdc7 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Fri, 22 Mar 2024 18:31:08 +0900 Subject: Rename .cc files to .cpp Signed-off-by: Michele Calgaro --- client/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'client/CMakeLists.txt') diff --git a/client/CMakeLists.txt b/client/CMakeLists.txt index 31e32b4..ecb2c0d 100644 --- a/client/CMakeLists.txt +++ b/client/CMakeLists.txt @@ -26,7 +26,7 @@ tde_add_kpart(twin_polyester AUTOMOC SOURCES - polyester.cc + polyester.cpp shadow.cpp ${CMAKE_SOURCE_DIR}/style/misc.cpp @@ -45,4 +45,4 @@ install( ) ### configuration module ####################################################### -add_subdirectory(config) \ No newline at end of file +add_subdirectory(config) -- cgit v1.2.1