SDL: Make sure we update the cmake test programs as well

From 84725c00d8c3e88b22227cb6b8849d74fa89344c Mon Sep 17 00:00:00 2001
From: Sam Lantinga <[EMAIL REDACTED]>
Date: Tue, 27 Dec 2022 09:56:16 -0800
Subject: [PATCH] Make sure we update the cmake test programs as well

---
 build-scripts/rename_api.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build-scripts/rename_api.py b/build-scripts/rename_api.py
index 0b5a4611dab5..428b7cd5a583 100755
--- a/build-scripts/rename_api.py
+++ b/build-scripts/rename_api.py
@@ -52,7 +52,7 @@ def main():
         i += 2
 
     regex = create_regex_from_replacements(replacements)
-    for dir in ["src", "test", "include", "docs", "Xcode-iOS/Demos"]:
+    for dir in ["src", "test", "include", "docs", "cmake/test", "Xcode-iOS/Demos"]:
         replace_symbols_in_path(SDL_ROOT / dir, regex, replacements)
 
     # Replace the symbols in documentation