diff --git a/CMakeLists.txt b/CMakeLists.txt index 79b049b..76fe9a8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -30,8 +30,8 @@ set(arucoDetectionSources aruco/ArucoTag.h aruco/ArucoDetector.cpp aruco/ArucoDetector.h - main.cpp - client.cpp + main.cpp.test + client.cpp.test ) add_executable(arucoDetector ${arucoDetectionSources}) diff --git a/client.cpp b/client.cpp.test similarity index 100% rename from client.cpp rename to client.cpp.test diff --git a/main.cpp b/main.cpp.test similarity index 100% rename from main.cpp rename to main.cpp.test