mirror of
https://github.com/textmate/textmate.git
synced 2026-04-28 03:00:34 -04:00
This can be used to track all OakDocument instances and also as a factory to create them (from a path).
6 lines
393 B
Plaintext
6 lines
393 B
Plaintext
TESTS = tests/t_*.{mm,cc}
|
|
SOURCES = src/*.{mm,cc}
|
|
EXPORT = src/OakDocument.h src/OakDocumentController.h src/OakDocumentEditor.h src/document.h src/collection.h
|
|
LINK += BundlesManager OakAppKit OakFoundation OakSystem authorization buffer cf command editor encoding file io layout ns plist regexp scope selection settings text theme undo
|
|
FRAMEWORKS = ApplicationServices
|