浏览代码

Add TablegenHLSLOptions dependency to dxclib (#2170)

Fixes build break on parallel builds
Helena Kotas 6 年之前
父节点
当前提交
5135c1e217
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      tools/clang/tools/dxc/dxclib/CMakeLists.txt

+ 1 - 0
tools/clang/tools/dxc/dxclib/CMakeLists.txt

@@ -18,3 +18,4 @@ if (WIN32)
   include_directories(AFTER ${DIASDK_INCLUDE_DIRS})
 endif (WIN32)
 
+add_dependencies(dxclib TablegenHLSLOptions)