mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2025-12-20 23:12:24 +00:00
Address review
Signed-off-by: Isaac Marovitz <isaacryu@icloud.com>
This commit is contained in:
parent
c3a85cd75f
commit
7f051eb5f2
1 changed files with 2 additions and 2 deletions
|
|
@ -11,7 +11,7 @@ endif()
|
|||
# Undefine this to generate a font atlas file in working directory.
|
||||
# You also need to do this if you are testing localization, as only
|
||||
# characters in the locale get added to the atlas.
|
||||
option(ENABLE_IM_FONT_ATLAS_SNAPSHOT "Use font atlas snapshot instead of generating one." ON)
|
||||
option(UNLEASHED_RECOMP_ENABLE_IM_FONT_ATLAS_SNAPSHOT "Use font atlas snapshot instead of generating one." ON)
|
||||
|
||||
function(BIN2C)
|
||||
cmake_parse_arguments(BIN2C_ARGS "" "TARGET_OBJ;SOURCE_FILE;DEST_FILE;ARRAY_NAME;COMPRESSION_TYPE" "" ${ARGN})
|
||||
|
|
@ -322,7 +322,7 @@ if (CMAKE_SYSTEM_NAME MATCHES "Linux")
|
|||
target_compile_definitions(UnleashedRecomp PRIVATE SDL_VULKAN_ENABLED)
|
||||
endif()
|
||||
|
||||
if (ENABLE_IM_FONT_ATLAS_SNAPSHOT)
|
||||
if (UNLEASHED_RECOMP_ENABLE_IM_FONT_ATLAS_SNAPSHOT)
|
||||
target_compile_definitions(UnleashedRecomp PRIVATE -DENABLE_IM_FONT_ATLAS_SNAPSHOT)
|
||||
else()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue