diff options
author | Nicky <nicky.dasmijn@posteo.nl> | 2022-06-20 23:29:57 +0200 |
---|---|---|
committer | Nicky <nicky.dasmijn@posteo.nl> | 2022-06-20 23:29:57 +0200 |
commit | c66f444d2b3af7c5ea5220db5302b693bbc54f54 (patch) | |
tree | e708af9882e57429fbe00ee0670831b05ebaa8bc /indra/llwindow | |
parent | 1b73835d6e80bc64c520a8846aebdbe1b7c9705b (diff) |
Cleanup dependency on ui libraries.
Diffstat (limited to 'indra/llwindow')
-rw-r--r-- | indra/llwindow/CMakeLists.txt | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/indra/llwindow/CMakeLists.txt b/indra/llwindow/CMakeLists.txt index d09e5387b9..cc60625683 100644 --- a/indra/llwindow/CMakeLists.txt +++ b/indra/llwindow/CMakeLists.txt @@ -56,15 +56,12 @@ set(llwindow_LINK_LIBRARIES llxml ll::glh_linear ll::glext + ll::uilibraries + ll::SDL ) # Libraries on which this library depends, needed for Linux builds # Sort by high-level to low-level if (LINUX) - list( APPEND llwindow_LINK_LIBRARIES - ll::uilibraries - ll::SDL - ) - list(APPEND viewer_SOURCE_FILES llkeyboardsdl.cpp llwindowsdl.cpp |