mirror of
https://github.com/textmate/textmate.git
synced 2026-04-28 03:00:34 -04:00
Ideally I would like to have the FileItem class be the public API, as that will then take care of updating the icon’s SCM status etc., current commit is just a temporary fix for missing document icons on 10.14.
6 lines
315 B
Plaintext
6 lines
315 B
Plaintext
SOURCES = src/*.mm src/OFB/*.mm
|
|
EXPORT = src/FileBrowserViewController.h src/FileBrowserNotifications.h src/FileItemImage.h
|
|
CP_Resources = resources/*
|
|
LINK += MenuBuilder OakAppKit OakCommand OakFoundation OakTabBarView Preferences bundles io ns regexp scm settings text
|
|
FRAMEWORKS = Cocoa
|