Add build files (for new build system)

This commit is contained in:
Allan Odgaard
2021-02-09 10:52:36 +01:00
parent e921af4e50
commit f7d765ba0e
64 changed files with 494 additions and 2 deletions

View File

@@ -0,0 +1,10 @@
target "${dirname}" {
require OakAppKit OakFoundation cf document io ns text
headers src/HTMLOutput.h
files resources/* "Resources"
sources src/**/*.mm
tests tests/*.cc
frameworks Cocoa WebKit
}