~mmach/netext73/meson

« back to all changes in this revision

Viewing changes to test cases/unit/74 pkgconfig prefixes/val1/meson.build

  • Committer: mmach
  • Date: 2023-03-15 07:28:10 UTC
  • Revision ID: netbit73@gmail.com-20230315072810-rjs3fs158gp6aup7
dla focal

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
project('val1', 'c')
2
 
val1 = shared_library('val1', 'val1.c', install: true)
3
 
install_headers('val1.h')
4
 
pkgconfig = import('pkgconfig')
5
 
pkgconfig.generate(val1, libraries : ['-Wl,-rpath,${libdir}'])