fileutils: migrate to boost::nowide

Change-Id: Iceae2a19ce3febce62f7916af8b4242e06a7e1d4
This commit is contained in:
Vladimir Stoiakin
2022-08-24 13:53:25 +03:00
committed by Andreas Traczyk
parent 95b580b573
commit 05ff5b3bfe
42 changed files with 238 additions and 275 deletions

View File

@ -33,6 +33,7 @@ depfmt = dependency('fmt', version: '>= 5.3')
depyamlcpp = dependency('yaml-cpp', version: '>= 0.5.1')
depjsoncpp = dependency('jsoncpp', version: '>= 1.6.5')
depzlib = dependency('zlib')
depnowide = dependency('nowide', method: 'cmake')
if get_option('interfaces').contains('dbus')
depdbuscpp = dependency('dbus-c++-1')