repo.or.cz
/
MPC.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add languagestandard variable
[MPC.git]
/
config
/
objectbox.mpb
blob
db42c338ca3dee345929ff54370a0f06c1ccdc78
1
// -*- MPC -*-
2
project {
3
Define_Custom(objectbox) {
4
command = $(OBJECTBOX_ROOT)/bin/objectbox-generator
5
commandflags = -cpp
6
pch_postrule = 1
7
inputext = .fbs
8
pre_extension = .obx
9
source_outputext = .cpp
10
header_outputext = .hpp
11
}
12
13
includes += $(OBJECTBOX_ROOT)/include
14
libpaths += $(OBJECTBOX_ROOT)/lib
15
lit_libs += objectbox
16
}