aboutsummaryrefslogtreecommitdiff
path: root/tests/import/installed/buildfile
blob: 276de36b4e2cd4fcfcb5ece418a495cb35074c00 (plain)
1
2
3
4
5
6
7
8
9
using cxx

hxx.ext = hxx
cxx.ext = cxx

import libs += lib{z}

#exe{driver}: cxx{driver} $libs
lib{driver}: cxx{driver} $libs