aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorChia-I Wu <olv@lunarg.com>2015-01-04 00:31:33 +0800
committerCourtney Goeltzenleuchter <courtney@LunarG.com>2015-02-04 17:58:03 -0700
commit5e2c89145a452957ab4dbaef62b44f47fc794709 (patch)
treeca304ac1d13634c1cdf2a919b07d6b8b6dcd551c /.gitignore
parentecf237a4c2f90a84255f3aa79569ffa1d5f45af6 (diff)
downloadvulkan-validation-layers-5e2c89145a452957ab4dbaef62b44f47fc794709.tar.gz
icd: build a static library
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.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 4e4fe6f5c..c4509a971 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,6 +6,7 @@ __pycache__
XGLConfig.h
*.so
*.so.*
+icd/common/libicd.a
loader/dispatch.c
tests/xgl_image_tests
tests/xgl_render_tests