소스 검색

Generate SharedLibAffix.h into the include directory (#5058)

Helena Kotas 2 년 전
부모
커밋
845efa9521
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      lib/DxcSupport/CMakeLists.txt

+ 2 - 2
lib/DxcSupport/CMakeLists.txt

@@ -14,9 +14,9 @@ add_llvm_library(LLVMDxcSupport
 #generate header with platform-specific library name
 configure_file(
 ${LLVM_MAIN_SRC_DIR}/lib/DxcSupport/SharedLibAffix.inc
-SharedLibAffix.h
+${LLVM_INCLUDE_DIR}/dxc/Support/SharedLibAffix.h
 )
 
-include_directories( ${LLVM_INCLUDE_DIR}/DxcSupport) #needed to find the generated header
+include_directories( ${LLVM_INCLUDE_DIR}/dxc/Support) #needed to find the generated header
 
 add_dependencies(LLVMDxcSupport TablegenHLSLOptions)