5 lines
193 B
Meson
5 lines
193 B
Meson
|
|
quill_sp = cmake.subproject(
|
||
|
|
'quill'
|
||
|
|
)
|
||
|
|
quill_dep = quill_sp.dependency('quill')
|
||
|
|
add_project_arguments('-I' + meson.current_build_dir() + '/subprojects/quill/__CMake_build', language: 'cpp')
|