kmpkg_gn_install
Installs a GN project.
In order to build a GN project without installing, use kmpkg_build_ninja().
Usage
kmpkg_gn_install(
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.