Comment test files

This commit is contained in:
2024-02-13 16:42:55 +01:00
parent a70e24245e
commit fd605903f4
3 changed files with 2 additions and 2 deletions

View File

@@ -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})