lersi / edk2_project_template

A cmake build system for easily managing and compiling edk2 packages
Other
10 stars 0 forks source link

add option for multiple targets for the same package #7

Open lersi opened 2 years ago

lersi commented 2 years ago

there may be a reason for compiling the same package with different build argument (i.e version for Arm and version for x64).

currently the build process only accepts one target per package, because the target name must be equal to the package.

possible solution is to add another argument to the function add_package that will contain the target name in addition to the package it works on.

lersi commented 1 year ago

the current problem is to figure out how to compile arm