mirror of
https://github.com/textmate/textmate.git
synced 2026-04-28 03:00:34 -04:00
7 lines
216 B
Plaintext
7 lines
216 B
Plaintext
SOURCES = src/*.{cc,mm}
|
|
TESTS = tests/*.cc
|
|
EXPORT = src/Find.h
|
|
CP_Resources = resources/*
|
|
LINK += OakAppKit OakFoundation Preferences document io ns regexp settings text
|
|
FRAMEWORKS = Cocoa
|