mirror of
https://github.com/LongSoft/UEFITool.git
synced 2025-05-09 13:52:01 -04:00
UE/UF: user static CRT by default for Windows builds
This commit is contained in:
parent
7bce6fac92
commit
d69aca6554
2 changed files with 8 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
cmake_minimum_required(VERSION 3.0)
|
||||
CMAKE_MINIMUM_REQUIRED(VERSION 3.15)
|
||||
|
||||
PROJECT(UEFIFind)
|
||||
|
||||
|
@ -87,3 +87,6 @@ SET(PROJECT_HEADERS
|
|||
ADD_DEFINITIONS(-DU_ENABLE_NVRAM_PARSING_SUPPORT -DU_ENABLE_FIT_PARSING_SUPPORT -DU_ENABLE_GUID_DATABASE_SUPPORT)
|
||||
|
||||
ADD_EXECUTABLE(UEFIFind ${PROJECT_SOURCES} ${PROJECT_HEADERS})
|
||||
|
||||
SET_PROPERTY(TARGET UEFIFind PROPERTY
|
||||
MSVC_RUNTIME_LIBRARY "MultiThreaded$<$<CONFIG:Debug>:Debug>")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue