Paulius Ruminas
framework module common { umbrella header "common.h" export * module * { export * } }
framework module main { umbrella header "main.h" export * module * { export * } }
common
main
compilations.main.extraOpts '-output', "$buildDir/bin/common.framework"
Jeremy
JL
yshrsmz
A modern programming language that makes developers happier.