mirror of
https://github.com/zhigang1992/RubyMotion.git
synced 2026-04-10 22:49:26 +08:00
include all source code files
This commit is contained in:
@@ -35,7 +35,7 @@ module Motion; module Project;
|
||||
build_dir = "build-#{platform}"
|
||||
|
||||
libs = (opts.delete(:products) or Dir.glob('*.a'))
|
||||
source_files = (opts.delete(:source_files) or Dir.glob('*.{c,m,cpp,cxx,mm,h}'))
|
||||
source_files = (opts.delete(:source_files) or Dir.glob('**/*.{c,m,cpp,cxx,mm,h}'))
|
||||
cflags = (opts.delete(:cflags) or '')
|
||||
|
||||
source_files.each do |srcfile|
|
||||
|
||||
Reference in New Issue
Block a user