mirror of
https://gitee.com/openharmony/third_party_vulkan-loader
synced 2024-11-23 07:10:23 +00:00
1f9db0c49c
libicd was an OBJECT library because it provided the XGL entry points. That is not true anymore. Make it a STATIC library. v2: - update .gitignore - stop adding CMAKE_CURRENT_BINARY_DIR to ICD_INCLUDE_DIRS, unnecessary since the switch to xglLayer.h some time ago v3: Make icd appear before ICD_LIBRARIES during linking of libXGL_i965.so. It looks like we can do better now that icd is a regular library, but leave it as is for now.
19 lines
329 B
Plaintext
19 lines
329 B
Plaintext
CMakeCache.txt
|
|
CMakeFiles/
|
|
cmake_install.cmake
|
|
Makefile
|
|
__pycache__
|
|
XGLConfig.h
|
|
*.so
|
|
*.so.*
|
|
icd/common/libicd.a
|
|
loader/dispatch.c
|
|
tests/xgl_image_tests
|
|
tests/xgl_render_tests
|
|
tests/xglbase
|
|
tests/xglinfo
|
|
layers/xgl_enum_string_helper.h
|
|
layers/xgl_struct_string_helper.h
|
|
layers/xgl_struct_wrappers.cpp
|
|
layers/xgl_struct_wrappers.h
|