1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2025-03-02 13:29:14 +01:00
dxvk/src/util/meson.build

8 lines
154 B
Meson
Raw Normal View History

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