mirror of
https://github.com/textmate/textmate.git
synced 2026-01-22 13:17:55 -05:00
This is for bundles that need to read TextMate’s preferences file (should only be those using a nib with user defaults bindings for their preferences dialog).
5 lines
161 B
Plaintext
5 lines
161 B
Plaintext
TEST_SOURCES = tests/*.cc
|
|
SOURCES = src/*.{cc,rl}
|
|
EXPORT = src/{settings,volume,track_paths,keys}.h
|
|
LINK += io plist OakSystem regexp scope cf
|