mirror of https://github.com/encounter/SDL.git
cmake: get_filename_component(EXT) retturns extension including leading dot
This commit is contained in:
parent
2fe5f3239c
commit
3cbd8823ba
|
@ -3271,7 +3271,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…
Reference in New Issue