Linux build fixes
This commit is contained in:
@@ -5,6 +5,7 @@ project(llcommon)
|
||||
include(Cwdebug)
|
||||
include(00-Common)
|
||||
include(LLCommon)
|
||||
include(APR)
|
||||
include(Linking)
|
||||
|
||||
include_directories(
|
||||
|
||||
@@ -59,6 +59,7 @@ target_link_libraries(SLPlugin
|
||||
${LLPLUGIN_LIBRARIES}
|
||||
${LLMESSAGE_LIBRARIES}
|
||||
${LLCOMMON_LIBRARIES}
|
||||
${APRUTIL_LIBRARIES}
|
||||
${PLUGIN_API_WINDOWS_LIBRARIES}
|
||||
)
|
||||
|
||||
|
||||
@@ -1448,6 +1448,7 @@ target_link_libraries(${VIEWER_BINARY_NAME}
|
||||
${DBUSGLIB_LIBRARIES}
|
||||
${OPENGL_LIBRARIES}
|
||||
${FMODWRAPPER_LIBRARY}
|
||||
${APRUTIL_LIBRARIES}
|
||||
${OPENGL_LIBRARIES}
|
||||
${JSONCPP_LIBRARIES}
|
||||
${SDL_LIBRARY}
|
||||
|
||||
Reference in New Issue
Block a user