소스 검색

Make sure we update the cmake test programs as well

Sam Lantinga 2 년 전
부모
커밋
84725c00d8
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      build-scripts/rename_api.py

+ 1 - 1
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