MCPcopy Create free account
hub / github.com/Kitware/CMake / UnitySource

Class UnitySource

Source/cmLocalGenerator.h:723–732  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

721 }
722 };
723 struct UnitySource
724 {
725 std::string Path;
726 bool PerConfig = false;
727 UnitySource(std::string path, bool perConfig)
728 : Path(std::move(path))
729 , PerConfig(perConfig)
730 {
731 }
732 };
733 /** Whether to insert relative or absolute paths into unity files */
734 enum class UnityPathMode
735 {

Callers 1

WriteUnitySourceMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…