mirror of
https://github.com/textmate/textmate.git
synced 2026-01-13 00:37:57 -05:00
11 lines
203 B
Plaintext
11 lines
203 B
Plaintext
target "${dirname}" {
|
|
require OakAppKit OakFoundation cf document io ns text
|
|
headers src/HTMLOutput.h
|
|
|
|
files resources/* "Resources"
|
|
|
|
sources src/**/*.mm
|
|
tests tests/*.cc
|
|
frameworks Cocoa WebKit
|
|
}
|