diff options
author | Richard Walters <rwalters@digitalstirling.com> | 2018-07-01 23:39:59 -0700 |
---|---|---|
committer | Richard Walters <rwalters@digitalstirling.com> | 2018-07-01 23:39:59 -0700 |
commit | ff1f4f43d37d0f3c3b599e6a714239962e1cc2f7 (patch) | |
tree | b11a356e3779178c744b6173b32bf90c66d0e6e7 /CMakeLists.txt | |
parent | b6728bb7151b3b72cbd6787e3a9d9d581c6e741c (diff) |
Rename IsCharacterInSet module to CharacterSet
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 9172e4f..6168290 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,13 +7,13 @@ set(This Uri) set(Headers include/Uri/Uri.hpp - src/IsCharacterInSet.hpp + src/CharacterSet.hpp src/NormalizeCaseInsensitiveString.hpp src/PercentEncodedCharacterDecoder.hpp ) set(Sources - src/IsCharacterInSet.cpp + src/CharacterSet.cpp src/NormalizeCaseInsensitiveString.cpp src/PercentEncodedCharacterDecoder.cpp src/Uri.cpp |