blob: 8d11e61ba9fed2e4576a598ba37a06856ed53a49 (
plain)
1
2
3
4
5
6
|
# file : bpkg/buildfile
# copyright : Copyright (c) 2014-2015 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
import libs += libhello
lib{bpkg}: cxx{manifest-parser manifest-serializer manifest} $libs
|