##// END OF EJS Templates
Update meson to add CatalogueAPIsubproject
Thibaud Rabillard -
r1065:232a14795d1d
parent child
Show More
@@ -0,0 +1,4
1 [wrap-git]
2 directory=CatalogueAPI
3 url=https://hephaistos.lpp.polytechnique.fr/rhodecode/GIT_REPOSITORIES/LPP/Users/mperrinel/CatalogueAPI.git
4 revision=head
@@ -1,4 +1,7
1 1
2
3 catalogueapi_dep = dependency('CatalogueAPI', required : true, fallback:['CatalogueAPI','catalogueapi_dep'])
4
2 5 core_moc_headers = [
3 6 'include/Data/IDataProvider.h',
4 7 'include/DataSource/DataSourceController.h',
@@ -52,14 +55,14 sciqlop_core_lib = library('sciqlopcore',
52 55 core_moc_files,
53 56 cpp_args : '-DCORE_LIB',
54 57 include_directories : core_inc,
55 dependencies : [qt5core, qt5network],
58 dependencies : [qt5core, qt5network, catalogueapi_dep],
56 59 install : true
57 60 )
58 61
59 62
60 63 sciqlop_core = declare_dependency(link_with : sciqlop_core_lib,
61 64 include_directories : core_inc,
62 dependencies : [qt5core, qt5network])
65 dependencies : [qt5core, qt5network, catalogueapi_dep])
63 66
64 67
65 68 subdir('tests')
General Comments 0
You need to be logged in to leave comments. Login now