blob: cd0b9c8ea0ce9726e75994ea254405412d32be3a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# file : migrate/buildfile
# copyright : Copyright (c) 2014-2016 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
import libs += libodb-pgsql%lib{odb-pgsql}
import libs += libodb%lib{odb}
include ../brep/
exe{brep-migrate}: \
{ cxx}{ migrate } \
{hxx ixx cxx}{ migrate-options } \
../brep/lib{brep} $libs
cli.options += -I $src_root --include-with-brackets --include-prefix migrate \
--guard-prefix MIGRATE
{hxx ixx cxx}{migrate-options}: cli{migrate}
|