build(lib_install_dir): added lib_install_dir option
this is helpful for wheel builds
This commit is contained in:
@@ -15,7 +15,7 @@ quill_sp = cmake.subproject(
|
||||
|
||||
quill_dep = quill_sp.dependency('quill')
|
||||
|
||||
if get_option('default_library') != 'static'
|
||||
if get_option('default_library') != 'static' and get_option('lib_install_dir') == ''
|
||||
message('Registering quill headers for installation...')
|
||||
quill_headers = meson.global_source_root() + '/subprojects/quill/include/quill'
|
||||
install_subdir(quill_headers, install_dir: get_option('includedir'))
|
||||
|
||||
Reference in New Issue
Block a user