From 94673ba7ce33a3f75bad29a53e9951306ca0169c Mon Sep 17 00:00:00 2001 From: Timo Heister Date: Tue, 24 Jul 2018 14:02:47 +0200 Subject: [PATCH] rename .cc --- examples/step-16b/CMakeLists.txt | 2 +- examples/step-16b/{step-16.cc => step-16b.cc} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename examples/step-16b/{step-16.cc => step-16b.cc} (100%) diff --git a/examples/step-16b/CMakeLists.txt b/examples/step-16b/CMakeLists.txt index 75204f2901..63aa9a9952 100644 --- a/examples/step-16b/CMakeLists.txt +++ b/examples/step-16b/CMakeLists.txt @@ -3,7 +3,7 @@ ## # Set the name of the project and target: -SET(TARGET "step-16") +SET(TARGET "step-16b") # Declare all source files the target consists of. Here, this is only # the one step-X.cc file, but as you expand your project you may wish diff --git a/examples/step-16b/step-16.cc b/examples/step-16b/step-16b.cc similarity index 100% rename from examples/step-16b/step-16.cc rename to examples/step-16b/step-16b.cc -- 2.39.5