mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-05-15 17:28:28 +00:00
Make sure we update the cmake test programs as well
This commit is contained in:
parent
659abc721a
commit
84725c00d8
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue