blob: b61de9ab1bece93ff279a9e2e78cb55bec0142a0 [file] [log] [blame]
project('link order test', 'c')
dep = library('dependency', [])
lib = static_library('something', [], link_with: dep)
import('pkgconfig').generate(
name: 'libsomething',
description: 'test library',
libraries: lib,
version: '1'
)