mirror of
https://github.com/textmate/textmate.git
synced 2026-01-22 13:17:55 -05:00
7 lines
215 B
Plaintext
7 lines
215 B
Plaintext
SOURCES = src/*.{cc,mm}
|
|
TESTS = tests/*.cc
|
|
EXPORT = src/Find.h src/scan_path.h
|
|
CP_Resources = resources/*
|
|
LINK += text editor io ns OakAppKit OakFoundation regexp scope
|
|
FRAMEWORKS = Cocoa
|