diff options
| author | Jennifer Leech <jenn@lindenlab.com> | 2008-06-12 20:51:41 +0000 |
|---|---|---|
| committer | Jennifer Leech <jenn@lindenlab.com> | 2008-06-12 20:51:41 +0000 |
| commit | fbf15572d905799257c07d1ddfb9dea0007e89fe (patch) | |
| tree | 090041496a28250356fab7806ff5c02d929a8169 /indra/cmake/LLWindow.cmake | |
| parent | 26a87de287544e923d08addcae4efd51125ac8c0 (diff) | |
svn merge -r89258:89534 svn+ssh://svn/svn/linden/branches/install-dev-binaries/idb2-merge-buildme
Diffstat (limited to 'indra/cmake/LLWindow.cmake')
| -rw-r--r-- | indra/cmake/LLWindow.cmake | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/cmake/LLWindow.cmake b/indra/cmake/LLWindow.cmake index 7a1ecaf0b1..c0efa27f6e 100644 --- a/indra/cmake/LLWindow.cmake +++ b/indra/cmake/LLWindow.cmake @@ -1,6 +1,7 @@ # -*- cmake -*- include(OpenGL) +include(Prebuilt) if (STANDALONE) include(FindSDL) @@ -12,6 +13,8 @@ if (STANDALONE) SDL_LIBRARY ) else (STANDALONE) + use_prebuilt_binary(SDL) + use_prebuilt_binary(mesa) if (LINUX AND VIEWER) set (SDL_FOUND TRUE) set (SDL_INCLUDE_DIR ${LIBS_PREBUILT_DIR}/i686-linux) |
