add file_path.mm for bundle resource path

This commit is contained in:
scawful
2024-07-31 11:27:15 -04:00
parent cab185d1be
commit b08eb303ca
4 changed files with 46 additions and 1 deletions

View File

@@ -63,6 +63,7 @@ if(APPLE)
app/core/platform/app_delegate.mm
app/core/platform/font_loader.mm
app/core/platform/clipboard.mm
app/core/platform/file_path.mm
)
find_library(COCOA_LIBRARY Cocoa)