Be sure the correct include is included.
parent
7bc1a453f2
commit
d3c2ab5817
|
|
@ -9,6 +9,7 @@ include(LLImage)
|
|||
include(LLInventory)
|
||||
include(LLMath)
|
||||
include(LLMessage)
|
||||
include(LLCoreHttp)
|
||||
include(LLRender)
|
||||
include(LLVFS)
|
||||
include(LLWindow)
|
||||
|
|
|
|||
|
|
@ -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}
|
||||
)
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -8,6 +8,7 @@ include(LLImage)
|
|||
include(LLInventory)
|
||||
include(LLMath)
|
||||
include(LLMessage)
|
||||
include(LLCoreHttp)
|
||||
include(LLRender)
|
||||
include(LLWindow)
|
||||
include(LLVFS)
|
||||
|
|
|
|||
|
|
@ -10,6 +10,8 @@ include(LLCommon)
|
|||
include(LLMath)
|
||||
include(LLXML)
|
||||
include(Boost)
|
||||
include(LLCoreHttp)
|
||||
include(LLMessage)
|
||||
|
||||
include_directories(
|
||||
${LLCOMMON_INCLUDE_DIRS}
|
||||
|
|
|
|||
|
|
@ -62,8 +62,8 @@ add_library(llupdaterservice
|
|||
|
||||
target_link_libraries(llupdaterservice
|
||||
${LLCOMMON_LIBRARIES}
|
||||
${LLCOREHTTP_LIBRARIES}
|
||||
${LLMESSAGE_LIBRARIES}
|
||||
${LLCOREHTTP_LIBRARIES}
|
||||
${LLPLUGIN_LIBRARIES}
|
||||
${LLVFS_LIBRARIES}
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in New Issue