mirror of
https://github.com/textmate/textmate.git
synced 2026-04-28 03:00:34 -04: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
|
|
}
|