initial meson files added
This commit is contained in:
parent
ec0b7cbf0d
commit
ad895abd35
5 changed files with 37 additions and 0 deletions
9
src/core/meson.build
Normal file
9
src/core/meson.build
Normal file
|
@ -0,0 +1,9 @@
|
|||
boost = dependency('boost', modules :['date_time'])
|
||||
xlnt = dependency('xlnt')
|
||||
sqlite = dependency('sqlite3')
|
||||
|
||||
src = ['database.cpp', 'entity.cpp', 'entityint.cpp', 'entityuuid.cpp',
|
||||
'seller.cpp', 'article.cpp', 'sale.cpp', 'marketplace.cpp',
|
||||
'excelreader.cpp', 'csvreader.cpp', 'jsonutil.cpp', 'utils.cpp']
|
||||
|
||||
core_lib = static_library('core', src, dependencies :[boost, xlnt, sqlite])
|
Loading…
Add table
Add a link
Reference in a new issue