mirror of
https://git.mirrors.martin98.com/https://github.com/google/draco
synced 2025-08-12 12:29:02 +08:00
Update CMakeLists.txt
This commit is contained in:
parent
ad7b8c67cd
commit
29f50ba31c
@ -819,7 +819,7 @@ else ()
|
|||||||
file(GLOB_RECURSE draco_headers RELATIVE ${draco_root}/src/draco "*.h")
|
file(GLOB_RECURSE draco_headers RELATIVE ${draco_root}/src/draco "*.h")
|
||||||
foreach (filename ${draco_headers})
|
foreach (filename ${draco_headers})
|
||||||
get_filename_component(file_directory ${filename} DIRECTORY)
|
get_filename_component(file_directory ${filename} DIRECTORY)
|
||||||
install(FILES ./src/draco/${filename} DESTINATION
|
install(FILES src/draco/${filename} DESTINATION
|
||||||
"${CMAKE_INSTALL_PREFIX}/include/draco/${file_directory}")
|
"${CMAKE_INSTALL_PREFIX}/include/draco/${file_directory}")
|
||||||
endforeach()
|
endforeach()
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user