mirror of
https://github.com/textmate/textmate.git
synced 2026-01-22 21:27:56 -05:00
6 lines
213 B
Plaintext
6 lines
213 B
Plaintext
SOURCES = src/*.cc
|
|
TEST_SOURCES = tests/*.cc
|
|
EXPORT = src/{bytes,open,save,status,encoding,type,path_info}.h
|
|
LINK += io authorization plist scm settings text bundles command
|
|
LIBS = iconv
|