mirror of
https://github.com/textmate/textmate.git
synced 2026-01-22 21:27:56 -05:00
8 lines
224 B
Plaintext
8 lines
224 B
Plaintext
SOURCES = src/*.cc
|
|
EXPORT = src/{layout,paragraph,ct}.h
|
|
LINK += text buffer selection bundles theme cf ns
|
|
TEST_SOURCES = tests/*.{cc,mm}
|
|
|
|
OBJCXX_FLAGS += -fobjc-arc
|
|
LN_FLAGS += -fobjc-arc-cxxlib=libc++
|