vcpkg/toolsrc/src/commands_helpers.cpp
Alexander Karatarakis cc8851144a Reorganize commands, each in its own namespace
Additionally, functions related to a command can now live
in the same namespace
2017-01-12 22:03:57 -08:00

8 lines
95 B
C++

#include "vcpkg_Commands.h"
#include "vcpkg_System.h"
namespace vcpkg::Commands::Helpers
{
}