meson is now working ... somehow
This commit is contained in:
parent
2faa2fa019
commit
d13f9d2824
8 changed files with 43 additions and 11 deletions
|
@ -2,7 +2,8 @@
|
|||
#include "utils.h"
|
||||
|
||||
#include <fstream>
|
||||
#include <csv.hpp>
|
||||
#include "../../subprojects/csv-parser/single_include/csv.hpp"
|
||||
//#include <csv.hpp>
|
||||
|
||||
namespace fs = std::filesystem;
|
||||
|
||||
|
|
|
@ -6,4 +6,8 @@ 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])
|
||||
core_inc = include_directories('..')
|
||||
|
||||
core_lib = static_library('core', src, dependencies :[boost, xlnt, sqlite, nlohmann_lib])
|
||||
|
||||
core_dep = declare_dependency(link_with : core_lib, include_directories : core_inc)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue