mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-15 14:59:08 +08:00
cc8851144a
Additionally, functions related to a command can now live in the same namespace
8 lines
95 B
C++
8 lines
95 B
C++
#include "vcpkg_Commands.h"
|
|
#include "vcpkg_System.h"
|
|
|
|
namespace vcpkg::Commands::Helpers
|
|
{
|
|
|
|
}
|