mirror of
https://github.com/textmate/textmate.git
synced 2026-01-14 17:28:05 -05:00
7 lines
202 B
Plaintext
7 lines
202 B
Plaintext
SOURCES = src/**/*.mm
|
|
TESTS = tests/*.cc
|
|
EXPORT = src/HTMLOutput.h
|
|
CP_Resources = resources/*
|
|
LINK += OakAppKit OakFoundation cf document io ns text
|
|
FRAMEWORKS = Cocoa WebKit
|