Skip to main content

allmodulespublic

Specifies if all modules in the C++ projects are public.

allmodulespublic ("value")

Parameters

value is one of:

ValueDescription
OnAll C++ modules in the given project(s) will be public.
OffNot all C++ modules in the given project(s) will be public.

Applies To

Project configurations.

Availability

Premake 5.0.0-beta2 and later for Visual Studio 2019 and later.

Examples

allmodulespublic "On"