mirror of
https://github.com/textmate/textmate.git
synced 2026-04-28 03:00:34 -04:00
7 lines
181 B
Plaintext
7 lines
181 B
Plaintext
target "${dirname}" {
|
|
headers src/encoding.h
|
|
sources src/*.{mm,capnp}
|
|
add FLAGS "-I${CAPNP_PATH}/include"
|
|
libraries "${CAPNP_PATH}/lib/libcapnp.a" "${CAPNP_PATH}/lib/libkj.a"
|
|
}
|