mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-14 19:15:05 -05:00
fix mac build
This commit is contained in:
parent
a1d096c670
commit
634fe303b2
1 changed files with 3 additions and 3 deletions
|
@ -37,8 +37,8 @@ file(GLOB SOURCES CONFIGURE_DEPENDS
|
|||
|
||||
# Obj-c sources
|
||||
file(GLOB OBJC_SOURCES
|
||||
src/internal/ios/*.mm
|
||||
src/internal/mac/*.mm
|
||||
src/platform/ios/*.mm
|
||||
src/platform/mac/*.mm
|
||||
src/load/ios/*.mm
|
||||
src/load/mac/*.mm
|
||||
src/utils/ios/*.mm
|
||||
|
@ -54,7 +54,7 @@ if (WIN32)
|
|||
)
|
||||
list(APPEND SOURCES ${WIN_SOURCES})
|
||||
|
||||
elseif(APPLE AND IOS)
|
||||
elseif(IOS)
|
||||
|
||||
file(GLOB IOS_SOURCES CONFIGURE_DEPENDS
|
||||
src/platform/ios/*.cpp
|
||||
|
|
Loading…
Reference in a new issue