Linux build fixes

This commit is contained in:
Siana Gearz
2011-06-09 17:37:57 +02:00
parent 2bde195c77
commit b64bd9c74f
5 changed files with 7 additions and 72 deletions

View File

@@ -5,6 +5,7 @@ project(llcommon)
include(Cwdebug)
include(00-Common)
include(LLCommon)
include(APR)
include(Linking)
include_directories(

View File

@@ -59,6 +59,7 @@ target_link_libraries(SLPlugin
${LLPLUGIN_LIBRARIES}
${LLMESSAGE_LIBRARIES}
${LLCOMMON_LIBRARIES}
${APRUTIL_LIBRARIES}
${PLUGIN_API_WINDOWS_LIBRARIES}
)

View File

@@ -1448,6 +1448,7 @@ target_link_libraries(${VIEWER_BINARY_NAME}
${DBUSGLIB_LIBRARIES}
${OPENGL_LIBRARIES}
${FMODWRAPPER_LIBRARY}
${APRUTIL_LIBRARIES}
${OPENGL_LIBRARIES}
${JSONCPP_LIBRARIES}
${SDL_LIBRARY}