mirror of
https://git.jami.net/savoirfairelinux/jami-daemon.git
synced 2025-08-07 22:02:12 +08:00
fileutils: migrate to boost::nowide
Change-Id: Iceae2a19ce3febce62f7916af8b4242e06a7e1d4
This commit is contained in:

committed by
Andreas Traczyk

parent
95b580b573
commit
05ff5b3bfe
@ -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')
|
||||
|
Reference in New Issue
Block a user