Method: XCCache::SPM::Package::Target#sources_path

Defined in:
lib/xccache/spm/desc/target.rb

#sources_pathObject



44
45
46
47
48
49
# File 'lib/xccache/spm/desc/target.rb', line 44

def sources_path
  @sources_path ||= begin
    path = raw["path"] || "Sources/#{name}"
    root.src_dir / path
  end
end