See if this helps the linux build. If not change will be needed to viewer-update-llapearance-utility repo

master
Rider Linden 2015-08-18 11:40:24 -07:00
parent 02b7e7ce07
commit afff2d12b8
1 changed files with 4 additions and 0 deletions

View File

@ -86,6 +86,8 @@ target_link_libraries(llappearance
${LLMATH_LIBRARIES}
${LLXML_LIBRARIES}
${LLMATH_LIBRARIES}
${LLMESSAGE_LIBRARIES}
${LLCOREHTTP_LIBRARIES}
${LLCOMMON_LIBRARIES}
)
@ -101,6 +103,8 @@ if (BUILD_HEADLESS)
${LLMATH_LIBRARIES}
${LLXML_LIBRARIES}
${LLMATH_LIBRARIES}
${LLMESSAGE_LIBRARIES}
${LLCOREHTTP_LIBRARIES}
${LLCOMMON_LIBRARIES}
)
endif (BUILD_HEADLESS)