blob: c498ed964daa81486db5bfb25fdee005fd280012 (
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 += libbutl
lib{bpkg}: cxx{manifest-parser manifest-serializer manifest} $libs
|