mirror of
https://github.com/textmate/textmate.git
synced 2026-01-23 05:37:55 -05:00
7 lines
210 B
Plaintext
7 lines
210 B
Plaintext
SOURCES = src/*.{cc,mm}
|
|
TEST_SOURCES = tests/*.cc
|
|
EXPORT = src/Find.h
|
|
CP_Resources = resources/*
|
|
LINK += text editor io ns OakAppKit OakFoundation regexp scope
|
|
FRAMEWORKS = Cocoa QuartzCore
|