Skip to content
Snippets Groups Projects
Commit 8adb6997 authored by Rider Linden's avatar Rider Linden
Browse files

I must be losing my mind...

parent 48d75444
No related branches found
No related tags found
No related merge requests found
...@@ -58,7 +58,7 @@ set(cmake_SOURCE_FILES ...@@ -58,7 +58,7 @@ set(cmake_SOURCE_FILES
JsonCpp.cmake JsonCpp.cmake
LLAddBuildTest.cmake LLAddBuildTest.cmake
LLAppearance.cmake LLAppearance.cmake
## LLAppearanceUtility.cmake # LLAppearanceUtility.cmake
LLAudio.cmake LLAudio.cmake
LLCharacter.cmake LLCharacter.cmake
LLCommon.cmake LLCommon.cmake
......
...@@ -15,6 +15,12 @@ if (BUILD_HEADLESS) ...@@ -15,6 +15,12 @@ if (BUILD_HEADLESS)
) )
endif (BUILD_HEADLESS) endif (BUILD_HEADLESS)
set(LLAPPEARANCE_LIBRARIES llappearance) set(LLAPPEARANCE_LIBRARIES llappearance
llmessage
llcorehttp
${BOOST_COROUTINE_LIBRARY}
${BOOST_CONTEXT_LIBRARY}
${BOOST_SYSTEM_LIBRARY})
)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment