kmpkg_install_gn
warning
This function has been deprecated in favor of
kmpkg_gn_install.
Installs a GN project.
To build a GN project without installing, use kmpkg_build_ninja().
Usage
kmpkg_install_gn(
SOURCE_PATH <SOURCE_PATH>
[TARGETS <target>...]
)
Parameters
SOURCE_PATH
The path to the source directory
TARGETS
Only install the specified targets.
Include files must be handled separately.