mirror of
https://github.com/textmate/textmate.git
synced 2026-01-13 16:57:56 -05:00
7 lines
254 B
Plaintext
7 lines
254 B
Plaintext
SOURCES = src/*.cc
|
|
TESTS = tests/*.cc
|
|
LINK += text cf io plist OakSystem regexp
|
|
LIBS = curl
|
|
EXPORT = src/{constants,download{,_tbz},filter_*,key_chain,network,post,proxy,tbz}.h
|
|
FRAMEWORKS = SystemConfiguration Security
|