mirror of
https://github.com/textmate/textmate.git
synced 2026-04-28 03:00:34 -04:00
11 lines
156 B
Plaintext
11 lines
156 B
Plaintext
target "${dirname}" {
|
|
require OakAppKit
|
|
headers src/*.h
|
|
|
|
files resources/* "Resources"
|
|
|
|
sources src/*.mm
|
|
tests tests/t_*.mm
|
|
frameworks Cocoa WebKit
|
|
}
|