SkillAgentSearch skills...

EfiCMake

CMake template for a basic EFI application/bootkit. This library is header-only, there is no EDK2 runtime!).

Install / Use

/learn @mrexodia/EfiCMake
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

EfiCMake

CMake template for a basic EFI application/bootkit.

screenshot

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.

Building (Visual Studio)

This is only tested on Windows with Visual Studio.

  • Configure the project with cmake -B build
  • Open build\EfiCMake.sln and build the solution
  • EfiCMake.efi will be in the build\Release folder

Related Skills

View on GitHub
GitHub Stars81
CategoryDevelopment
Updated10d ago
Forks12

Languages

C++

Security Score

100/100

Audited on Mar 19, 2026

No findings