summaryrefslogtreecommitdiff
path: root/config/objectbox.mpb
blob: db42c338ca3dee345929ff54370a0f06c1ccdc78 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// -*- MPC -*-
project {
  Define_Custom(objectbox) {
    command          = $(OBJECTBOX_ROOT)/bin/objectbox-generator
    commandflags     = -cpp
    pch_postrule     = 1
    inputext         = .fbs
    pre_extension    = .obx
    source_outputext = .cpp
    header_outputext = .hpp
  }

  includes += $(OBJECTBOX_ROOT)/include
  libpaths += $(OBJECTBOX_ROOT)/lib
  lit_libs += objectbox
}