mirror of
https://github.com/textmate/textmate.git
synced 2026-04-28 03:00:34 -04:00
6 lines
209 B
Plaintext
6 lines
209 B
Plaintext
SOURCES = src/*.cc
|
|
TESTS = tests/*.cc
|
|
EXPORT = src/{bytes,open,save,status,encoding,type,path_info,reader}.h
|
|
LINK += io authorization plist scm settings text bundles command encoding
|
|
LIBS = iconv
|