mirror of
https://github.com/LongSoft/UEFITool.git
synced 2024-11-21 23:48:22 +08:00
b649b98cb5
Only applied to CMake Debug builds, useful for debugging undefined behavior.
8 lines
152 B
CMake
8 lines
152 B
CMake
CMAKE_MINIMUM_REQUIRED(VERSION 3.22)
|
|
|
|
PROJECT(UEFITool_everything)
|
|
|
|
ADD_SUBDIRECTORY(UEFIExtract)
|
|
ADD_SUBDIRECTORY(UEFIFind)
|
|
ADD_SUBDIRECTORY(UEFITool)
|