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