more on meson
This commit is contained in:
parent
5aa4e3a5f0
commit
a8181729f9
1 changed files with 1 additions and 3 deletions
|
@ -12,7 +12,7 @@ configuration_inc = include_directories('.')
|
||||||
nlohmann_lib = dependency('nlohmann_json', version : '>=3.5.0', required : false)
|
nlohmann_lib = dependency('nlohmann_json', version : '>=3.5.0', required : false)
|
||||||
|
|
||||||
if not nlohmann_lib.found()
|
if not nlohmann_lib.found()
|
||||||
nlohmann_inc = include_directories('subprojects/nlohmann_json/single_include/nlohmann')
|
nlohmann_inc = include_directories('subprojects/nlohmann_json/single_include')
|
||||||
nlohmann_lib = declare_dependency(include_directories : nlohmann_inc)
|
nlohmann_lib = declare_dependency(include_directories : nlohmann_inc)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
@ -31,5 +31,3 @@ if build_machine.system() == 'linux'
|
||||||
install_data('manual/Benutzerhandbuch.pdf', install_dir : get_option('datadir') / 'kima2')
|
install_data('manual/Benutzerhandbuch.pdf', install_dir : get_option('datadir') / 'kima2')
|
||||||
endif
|
endif
|
||||||
|
|
||||||
rpm = import('rpm')
|
|
||||||
rpm.generate_spec_template()
|
|
||||||
|
|
Loading…
Reference in a new issue