CMake template for a basic EFI application/bootkit.
Note: This currently only links with the EDK2 headers. This means you will not be able to use global variables like gST or EDK2 functions like Print.
This is only tested on Windows with Visual Studio.
- Configure the project with cmake -B build
- Open build\EfiCMake.slnand build the solution
- EfiCMake.efiwill be in the- build\Releasefolder
