imgui-frontend-engineer: add iOS platform scaffolding
This commit is contained in:
@@ -44,11 +44,16 @@ if(TARGET asar-static)
|
||||
linux
|
||||
stricmp=strcasecmp
|
||||
)
|
||||
elseif(APPLE)
|
||||
elseif(YAZE_PLATFORM_MACOS)
|
||||
target_compile_definitions(asar-static PRIVATE
|
||||
MACOS
|
||||
stricmp=strcasecmp
|
||||
)
|
||||
elseif(YAZE_PLATFORM_IOS)
|
||||
target_compile_definitions(asar-static PRIVATE
|
||||
YAZE_IOS
|
||||
stricmp=strcasecmp
|
||||
)
|
||||
endif()
|
||||
|
||||
# Add include directories
|
||||
|
||||
Reference in New Issue
Block a user