diff options
author | Zack Rusin <zack@tungstengraphics.com> | 2008-12-28 14:13:09 -0500 |
---|---|---|
committer | Zack Rusin <zack@tungstengraphics.com> | 2008-12-28 14:13:09 -0500 |
commit | 5114a1b6b935cc01d5aac0519c534bf8aa4c8e76 (patch) | |
tree | eaeb1e4213abbf6f936ee3843dab264c123e6366 /src/CMakeLists.txt | |
parent | b21bccbfd611fcca972c8632acf2253b4cc9da0c (diff) |
fix a linking issue
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r-- | src/CMakeLists.txt | 2 |
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 ) |