includePath {BuildSys} | R Documentation |
Get the Path to the Project Include Files
Description
Calling includePath
will return the fully qualified path to the include
file folder of the project specification in the S4 BSysProject
object instance.
Usage
## S4 method for signature 'BSysProject'
includePath(.Object)
Arguments
.Object |
|
Value
returns the fully qualified path to the include file folder of the project.
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
objPath
installLibraryPath
installIncludePath
[Package BuildSys version 1.1.2 Index]