diff options
author | Marc Chevrier <marc.chevrier@gmail.com> | 2021-09-21 15:38:59 (GMT) |
---|---|---|
committer | Marc Chevrier <marc.chevrier@gmail.com> | 2021-09-21 16:11:00 (GMT) |
commit | 59ad7a1c243022284f8475e0bebbe1864ee23928 (patch) | |
tree | e18411eb48077bc54128e29394474bce7a913c5b /Source/cmAddLibraryCommand.cxx | |
parent | edf67dd039f40a4222e41cc15a197cb6395bf885 (diff) | |
download | CMake-59ad7a1c243022284f8475e0bebbe1864ee23928.zip CMake-59ad7a1c243022284f8475e0bebbe1864ee23928.tar.gz CMake-59ad7a1c243022284f8475e0bebbe1864ee23928.tar.bz2 |
Move helpers functions from cmStringAlgorithms.h to cmValue.h
Helpers functions related to cmValue semantic are now part of
cmValue.h header.
Diffstat (limited to 'Source/cmAddLibraryCommand.cxx')
-rw-r--r-- | Source/cmAddLibraryCommand.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmAddLibraryCommand.cxx b/Source/cmAddLibraryCommand.cxx index 92e04e4..a5d1f6a 100644 --- a/Source/cmAddLibraryCommand.cxx +++ b/Source/cmAddLibraryCommand.cxx @@ -12,6 +12,7 @@ #include "cmStateTypes.h" #include "cmStringAlgorithms.h" #include "cmTarget.h" +#include "cmValue.h" bool cmAddLibraryCommand(std::vector<std::string> const& args, cmExecutionStatus& status) |