cmStringAlgorithms: Move string functions to the new cmStringAlgorithms.h

This adds the `cmStringAlgorithms.h` header and moves all string functions
from `cmAlgorithms.h` to `cmStringAlgorithms.h`.
This commit is contained in:
Sebastian Holtermann
2019-07-29 12:16:40 +02:00
parent f6df9c2565
commit f71f7ce3f0
78 changed files with 216 additions and 165 deletions

View File

@@ -14,6 +14,7 @@
#include "cmListFileCache.h"
#include "cmStatePrivate.h"
#include "cmStateSnapshot.h"
#include "cmStringAlgorithms.h"
class cmStateDirectory
{