mirror of
https://github.com/shadps4-emu/ext-SDL.git
synced 2025-02-10 04:42:37 +00:00
cmake: get_filename_component(EXT) returns extension including leading dot
This commit is contained in:
parent
a17ad65f2b
commit
7d55bbc0da
@ -3123,7 +3123,7 @@ endif()
|
||||
if(APPLE)
|
||||
foreach(SOURCE_FILE ${SOURCE_FILES})
|
||||
get_filename_component(FILE_EXTENSION ${SOURCE_FILE} EXT)
|
||||
if(FILE_EXTENSION STREQUAL "m")
|
||||
if(FILE_EXTENSION STREQUAL ".m")
|
||||
set_property(SOURCE ${SOURCE_FILE} APPEND_STRING PROPERTY COMPILE_FLAGS " -x objective-c")
|
||||
endif()
|
||||
endforeach()
|
||||
|
Loading…
x
Reference in New Issue
Block a user