mirror of
https://github.com/textmate/textmate.git
synced 2026-04-06 03:01:29 -04: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
|