aboutsummaryrefslogtreecommitdiff
path: root/test cases/8 install/builder.txt
blob: 1b89a9c5f1e94bb97dd47e60467e7afdb5ba801a (plain)
1
2
3
4
5
6
7
8
9
project('install test', 'c')

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

stlib.install()
shlib.install()
exe.install()