Skip to content

findRoseSupportPathFromSource

Find the path of a ROSE support file from the source tree.

Synopsis

Declared in <commandlineProcessing/commandline_processing.h>

[[visibility]]
std::string
findRoseSupportPathFromSource(
    std::string const& sourceTreeLocation,
    std::string const& installTreeLocation);

Description

If ROSE is not installed (see roseInstallPrefix()), the top of the source tree plus sourceTreeLocation is used as the location. If the variable is not set, the path in installTreeLocation (with the install prefix added) is used instead.

Return Value

Resolved support path.

Parameters

Name

Description

sourceTreeLocation

Relative path inside the source tree.

installTreeLocation

Relative path inside the install tree.

Created with MrDocs