blob: 6b6945769a60d2273abf7a33ed04f16c7c489590 [file] [log] [blame] [edit]
/* Distributed under the OSI-approved BSD 3-Clause License. See accompanying
file LICENSE.rst or https://cmake.org/licensing for details. */
#pragma once
enum class cmWIXInstallScope
{
NONE,
PER_MACHINE,
PER_USER
};