summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZack Rusin <zack@tungstengraphics.com>2008-12-28 14:13:09 -0500
committerZack Rusin <zack@tungstengraphics.com>2008-12-28 14:13:09 -0500
commit5114a1b6b935cc01d5aac0519c534bf8aa4c8e76 (patch)
treeeaeb1e4213abbf6f936ee3843dab264c123e6366
parentb21bccbfd611fcca972c8632acf2253b4cc9da0c (diff)
fix a linking issue
-rw-r--r--src/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index f35eef4..499557d 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -30,6 +30,6 @@ TARGET_LINK_LIBRARIES(OpenCL
${GALLIUM}/src/gallium/auxiliary/translate/libtranslate.a
${GALLIUM}/src/gallium/auxiliary/cso_cache/libcso_cache.a
${GALLIUM}/src/gallium/auxiliary/tgsi/libtgsi.a
- ${GALLIUM}/src/gallium/auxiliary/util/libutil.a
${GALLIUM}/src/gallium/drivers/softpipe/libsoftpipe.a
+ ${GALLIUM}/src/gallium/auxiliary/util/libutil.a
)