From 3ed995d8e918599ff6a4c2bebd52c260569b2f51 Mon Sep 17 00:00:00 2001 From: Antonio Borondo Date: Sun, 9 Apr 2023 19:34:52 +0200 Subject: [PATCH] Update extension (#55) --- CMakeLists.txt | 2 +- src/{main.cpp => main.cc} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename src/{main.cpp => main.cc} (100%) diff --git a/CMakeLists.txt b/CMakeLists.txt index ac2b86a..267314f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -28,7 +28,7 @@ target_link_libraries(photo_video_renamer_common ) add_executable(photo_video_renamer - src/main.cpp + src/main.cc ) target_link_libraries(photo_video_renamer diff --git a/src/main.cpp b/src/main.cc similarity index 100% rename from src/main.cpp rename to src/main.cc