[Piglit] [PATCH 06/13] cmake: make sure the hiz tests link against piglitutil.

Kenney Phillis kphillisjr at gmail.com
Thu Oct 31 15:48:02 CET 2013


Another library set that does not directly link gainst piglitutil.
---
 tests/hiz/CMakeLists.gl.txt |    1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/hiz/CMakeLists.gl.txt b/tests/hiz/CMakeLists.gl.txt
index d1615fc..7005880 100644
--- a/tests/hiz/CMakeLists.gl.txt
+++ b/tests/hiz/CMakeLists.gl.txt
@@ -6,6 +6,7 @@ include_directories(
 	)
 
 link_libraries (
+	piglitutil
 	piglitutil_${piglit_target_api}
 )
 
-- 
1.7.9.5



More information about the Piglit mailing list