Be sure the correct include is included.

master
Rider Linden 2015-08-19 12:39:51 -07:00
parent 7bc1a453f2
commit d3c2ab5817
5 changed files with 8 additions and 1 deletions

View File

@ -9,6 +9,7 @@ include(LLImage)
include(LLInventory)
include(LLMath)
include(LLMessage)
include(LLCoreHttp)
include(LLRender)
include(LLVFS)
include(LLWindow)

View File

@ -6,6 +6,7 @@ include(00-Common)
include(LLCommon)
include(LLMath)
include(LLMessage)
include(LLCoreHttp)
include(LLXML)
include(LLPhysicsExtensions)
@ -73,6 +74,8 @@ target_link_libraries(llprimitive
${LLCOREHTTP_LIBRARIES}
${LLXML_LIBRARIES}
${LLPHYSICSEXTENSIONS_LIBRARIES}
${BOOST_COROUTINE_LIBRARY}
${BOOST_CONTEXT_LIBRARY}
)

View File

@ -8,6 +8,7 @@ include(LLImage)
include(LLInventory)
include(LLMath)
include(LLMessage)
include(LLCoreHttp)
include(LLRender)
include(LLWindow)
include(LLVFS)

View File

@ -10,6 +10,8 @@ include(LLCommon)
include(LLMath)
include(LLXML)
include(Boost)
include(LLCoreHttp)
include(LLMessage)
include_directories(
${LLCOMMON_INCLUDE_DIRS}

View File

@ -62,8 +62,8 @@ add_library(llupdaterservice
target_link_libraries(llupdaterservice
${LLCOMMON_LIBRARIES}
${LLCOREHTTP_LIBRARIES}
${LLMESSAGE_LIBRARIES}
${LLCOREHTTP_LIBRARIES}
${LLPLUGIN_LIBRARIES}
${LLVFS_LIBRARIES}
)