summaryrefslogtreecommitdiff
path: root/test cases/8 install/meson.build
blob: 677a2eeaa737c5b481760e002b6006165fca3ed7 (plain)
1
2
3
4
5
project('install test', 'c')

stlib = static_library('stat', 'stat.c', install : true)
shlib = shared_library('shar', 'shar.c', install : true)
exe = executable('prog', 'prog.c', install : true)