blob: 34af03313f817c171752ca2c01475bbfbf0807eb [file] [log] [blame]
project('file name matches module name', 'swift')
lib = static_library('Library', 'Library.swift', 'Library2.swift')
executable('program', 'main.swift', link_with: [lib])