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

@@ -11,6 +11,7 @@
#include "cmPolicies.h"
#include "cmRange.h"
#include "cmState.h"
#include "cmStringAlgorithms.h"
// define the class for function commands
class cmFunctionHelperCommand