installIncludePath {BuildSys} | R Documentation |
Get the Install Path for the Project Include Files
Description
Calling installIncludePath
will return the fully qualified path to the install include
file folder of the project specification in the S4 BSysProject
object instance.
This is the folder where the shared library include files will be copied to when calling
make(Project, "install")
.
Usage
## S4 method for signature 'BSysProject'
installIncludePath(.Object)
Arguments
.Object |
|
Value
returns the fully qualified path to the install include file folder of the project specification.
Note
see BuildSys-package
for examples of use.
Author(s)
Paavo Jumppanen [aut, cre]
Maintainer: Paavo Jumppanen <paavo.jumppanen@csiro.au>
See Also
libraryPath
sourcePath
includePath
objPath
installLibraryPath
[Package BuildSys version 1.1.2 Index]