Skip to content
Snippets Groups Projects
Commit c66f444d authored by Nicky's avatar Nicky
Browse files

Cleanup dependency on ui libraries.

parent 1b73835d
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
......@@ -1886,7 +1886,6 @@ target_link_libraries(${VIEWER_BINARY_NAME}
llcommon
llmeshoptimizer
ll::ndof
ll::uilibraries
lllogin
llprimitive
llappearance
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment