mirror of
https://github.com/textmate/textmate.git
synced 2026-01-22 13:17:55 -05:00
This is to avoid cyclic dependencies since it was previously in a somewhat high-level framework, so everything that framework depended on, could not augment crash reports.
6 lines
291 B
Plaintext
6 lines
291 B
Plaintext
TEST_SOURCES = tests/*.cc
|
|
SOURCES = src/*.cc
|
|
EXPORT = src/document.h src/directory.h src/collection.h src/reader.h
|
|
LINK += file text buffer selection bundles command cf io file scm plist OakSystem regexp settings authorization undo crash
|
|
FRAMEWORKS = ApplicationServices
|