diff options
author | Bryan O'Sullivan <bos@lindenlab.com> | 2008-08-29 22:16:44 +0000 |
---|---|---|
committer | Bryan O'Sullivan <bos@lindenlab.com> | 2008-08-29 22:16:44 +0000 |
commit | 818535576c00847aef3c9e60142b5d2afa50d897 (patch) | |
tree | 8fd1298c5a78d10b96405c95e46d52ee2e8c27ce /indra/cmake/LLUI.cmake | |
parent | 1496c3d0eee43223ad9714b06ee94e334c730731 (diff) |
Switch more libraries over to target_link_libraries
Diffstat (limited to 'indra/cmake/LLUI.cmake')
-rw-r--r-- | indra/cmake/LLUI.cmake | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/indra/cmake/LLUI.cmake b/indra/cmake/LLUI.cmake index d1287de018..34de57108b 100644 --- a/indra/cmake/LLUI.cmake +++ b/indra/cmake/LLUI.cmake @@ -4,6 +4,4 @@ set(LLUI_INCLUDE_DIRS ${LIBS_OPEN_DIR}/llui ) -set(LLUI_LIBRARIES - llui - ) +set(LLUI_LIBRARIES llui) |