1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2024-12-04 16:24:29 +01:00
dxvk/src/util/meson.build

7 lines
131 B
Meson
Raw Normal View History

2017-10-10 23:32:13 +02:00
util_src = files([
'log/log.cpp',
])
util_lib = static_library('util', util_src,
include_directories : [ dxvk_include_path ])