LdFlags {RProtoBufLib}R Documentation

linker flags Generate linker flags This function prints the absolute path to the protobuf library file that is shipped with the package. So that user package can use it in their Makevar file.

Description

linker flags Generate linker flags This function prints the absolute path to the protobuf library file that is shipped with the package. So that user package can use it in their Makevar file.

Usage

LdFlags(all = TRUE)

Arguments

all

flag to specify whether include GatingSet.pb.o file in the linker flag

Value

nothing.

Examples

LdFlags()

[Package RProtoBufLib version 1.2.0 Index]