Skip to content
Snippets Groups Projects
Commit afff2d12 authored by Rider Linden's avatar Rider Linden
Browse files

See if this helps the linux build. If not change will be needed to...

See if this helps the linux build.  If not change will be needed to viewer-update-llapearance-utility repo
parent 02b7e7ce
No related branches found
No related tags found
No related merge requests found
...@@ -86,6 +86,8 @@ target_link_libraries(llappearance ...@@ -86,6 +86,8 @@ target_link_libraries(llappearance
${LLMATH_LIBRARIES} ${LLMATH_LIBRARIES}
${LLXML_LIBRARIES} ${LLXML_LIBRARIES}
${LLMATH_LIBRARIES} ${LLMATH_LIBRARIES}
${LLMESSAGE_LIBRARIES}
${LLCOREHTTP_LIBRARIES}
${LLCOMMON_LIBRARIES} ${LLCOMMON_LIBRARIES}
) )
...@@ -101,6 +103,8 @@ if (BUILD_HEADLESS) ...@@ -101,6 +103,8 @@ if (BUILD_HEADLESS)
${LLMATH_LIBRARIES} ${LLMATH_LIBRARIES}
${LLXML_LIBRARIES} ${LLXML_LIBRARIES}
${LLMATH_LIBRARIES} ${LLMATH_LIBRARIES}
${LLMESSAGE_LIBRARIES}
${LLCOREHTTP_LIBRARIES}
${LLCOMMON_LIBRARIES} ${LLCOMMON_LIBRARIES}
) )
endif (BUILD_HEADLESS) endif (BUILD_HEADLESS)
......
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