[clang-doc] fix paths by hard coding path to share (#98099)
This commit is contained in:
parent
1d5ac72cd2
commit
87d58ab22a
@ -25,7 +25,7 @@ set(assets
|
||||
)
|
||||
|
||||
set(asset_dir "${CMAKE_CURRENT_SOURCE_DIR}/../assets")
|
||||
set(resource_dir "${CMAKE_BINARY_DIR}/share/clang-doc")
|
||||
set(resource_dir "${LLVM_RUNTIME_OUTPUT_INTDIR}/../share/clang-doc")
|
||||
set(out_files)
|
||||
|
||||
function(copy_files_to_dst src_dir dst_dir file)
|
||||
|
Loading…
x
Reference in New Issue
Block a user