blob: 45d9d89a4dfae084df91909e60a48d229b415c58 (
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} $libs
|