diff options
| author | Alexander Karatarakis <alkarata@microsoft.com> | 2017-02-01 13:38:02 -0800 |
|---|---|---|
| committer | Alexander Karatarakis <alkarata@microsoft.com> | 2017-02-01 17:54:48 -0800 |
| commit | 7a04aff33e596b843fba2162ab9b05180fc5169c (patch) | |
| tree | 342d7d717a4a5e8d90be21c1bbc528e8d6ed6daf /toolsrc/include/PostBuildLint_BuildInfo.h | |
| parent | 9086fcebdf43ad01892c8f96afc5e676f9b72135 (diff) | |
| download | vcpkg-7a04aff33e596b843fba2162ab9b05180fc5169c.tar.gz vcpkg-7a04aff33e596b843fba2162ab9b05180fc5169c.zip | |
Split LinkageType into separate h/cpp
Diffstat (limited to 'toolsrc/include/PostBuildLint_BuildInfo.h')
| -rw-r--r-- | toolsrc/include/PostBuildLint_BuildInfo.h | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/toolsrc/include/PostBuildLint_BuildInfo.h b/toolsrc/include/PostBuildLint_BuildInfo.h index cf444ce90..5305548e1 100644 --- a/toolsrc/include/PostBuildLint_BuildInfo.h +++ b/toolsrc/include/PostBuildLint_BuildInfo.h @@ -5,20 +5,10 @@ #include <regex> #include "PostBuildLint_BuildPolicies.h" #include "opt_bool.h" +#include "PostBuildLint_LinkageType.h" namespace vcpkg::PostBuildLint { - enum class LinkageType - { - DYNAMIC, - STATIC, - UNKNOWN - }; - - LinkageType linkage_type_value_of(const std::string& as_string); - - std::string to_string(const LinkageType& build_info); - enum class ConfigurationType { DEBUG = 1, |
