lersi / edk2_project_template

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

Add support for building native EDK2 packages #9

Open lersi opened 2 years ago

lersi commented 2 years ago

currently, the build system does not support packages that are out of source tree, including EDK2's native packages.

may be related to issue #7 which splits between package location and target name.

possible solution is when the check for existence of the package fails, it tries to find it in EDK's source tree.