mirror of
https://github.com/textmate/textmate.git
synced 2026-01-15 01:38:02 -05:00
8 lines
171 B
Plaintext
8 lines
171 B
Plaintext
SOURCES = src/*.{cc,rl,capnp}
|
|
TESTS = tests/*.cc
|
|
LINK += text cf io
|
|
LIBS += capnp kj
|
|
|
|
FRAMEWORKS = CoreFoundation
|
|
EXPORT = src/*.h
|