mirror of
https://github.com/textmate/textmate.git
synced 2026-01-13 16:57:56 -05:00
8 lines
121 B
Plaintext
8 lines
121 B
Plaintext
target "${dirname}" {
|
|
headers src/*.h
|
|
sources src/*.cc
|
|
tests tests/*.cc
|
|
frameworks CoreFoundation
|
|
libraries iconv
|
|
}
|