Fixing build issue on windows

This commit is contained in:
Mahmoud Abuzaina 2020-06-16 14:26:13 -07:00
parent c118bc4b5e
commit 4334d8b06f

View File

@ -71,6 +71,8 @@ cc_library(
"src/cpu/**/*.cpp", "src/cpu/**/*.cpp",
"src/cpu/**/*.hpp", "src/cpu/**/*.hpp",
"src/cpu/xbyak/*.h", "src/cpu/xbyak/*.h",
"src/cpu/jit_utils/jitprofiling/*.c",
"src/cpu/jit_utils/jitprofiling/*.h",
]) + [ ]) + [
":dnnl_config_h", ":dnnl_config_h",
":dnnl_version_h", ":dnnl_version_h",