blob: b084404f0870ceb638b7b0731f15de7b057e69d1 (
plain)
1
2
3
4
5
6
7
|
# 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
lib{bpkg}: cxx.export.poptions = -I$src_root
|