Files
textmate/Frameworks/OakTextView/default.rave
Allan Odgaard c723a9f5d2 Fix dependency: OakTextView needs to link with Find framework
This is because we use the Find singleton and FindMatch class.
2021-03-16 21:12:03 +01:00

10 lines
384 B
Plaintext

target "${dirname}" {
require BundleMenu BundlesManager Find HTMLOutput MenuBuilder OakAppKit OakCommand OakFilterList OakFoundation OakSystem Preferences buffer bundles cf command crash document editor file io layout ns settings text theme
headers src/OakDocumentView.h src/GutterView.h src/OakTextView.h
files resources/* "Resources"
sources src/*.{cc,mm}
frameworks Cocoa
}