mirror of
https://gitee.com/openharmony/third_party_vulkan-loader
synced 2025-02-17 06:07:51 +00:00
rename drivers/ to icd/
This commit is contained in:
parent
b71c2500db
commit
88b4b63849
@ -30,9 +30,8 @@ include(GetGitRevisionDescription)
|
||||
get_git_head_revision(GIT_REFSPEC GIT_SHA1)
|
||||
|
||||
# loader: Generic XGL ICD loader
|
||||
# main: Device independent (DI) XGL library
|
||||
# drivers: Device dependent (DD) XGL components
|
||||
# icd: Device dependent (DD) XGL components
|
||||
# tests: XGL tests
|
||||
add_subdirectory (loader)
|
||||
add_subdirectory (drivers)
|
||||
add_subdirectory (tests)
|
||||
add_subdirectory(loader)
|
||||
add_subdirectory(icd)
|
||||
add_subdirectory(tests)
|
||||
|
Loading…
x
Reference in New Issue
Block a user