Skip to content
Snippets Groups Projects
Commit 651b7336 authored by Nat Goodspeed's avatar Nat Goodspeed
Browse files

Sort include(...) lines to make it easier for a person to verify.

parent fae23034
No related branches found
No related tags found
No related merge requests found
......@@ -4,18 +4,19 @@ project(viewer)
include(00-Common)
include(Boost)
include(BuildVersion)
include(BuildPackagesInfo)
include(BuildVersion)
include(CMakeCopyIfDifferent)
include(DBusGlib)
include(DirectX)
include(OpenSSL)
include(DragDrop)
include(EXPAT)
include(FMODEX)
include(OPENAL)
include(OpenGL)
include(GLOD)
include(GooglePerfTools)
include(Hunspell)
include(JsonCpp)
include(LLAppearance)
include(LLAudio)
include(LLCharacter)
include(LLCommon)
......@@ -23,6 +24,8 @@ include(LLCoreHttp)
include(LLImage)
include(LLImageJ2COJ)
include(LLInventory)
include(LLKDU)
include(LLLogin)
include(LLMath)
include(LLMessage)
include(LLPhysicsExtensions)
......@@ -37,18 +40,15 @@ include(LScript)
include(Linking)
include(NDOF)
include(NVAPI)
include(GooglePerfTools)
include(OPENAL)
include(OpenGL)
include(OpenSSL)
include(PNG)
include(TemplateCheck)
include(UI)
include(UnixInstall)
include(LLKDU)
include(ViewerMiscLibs)
include(LLLogin)
include(VisualLeakDetector)
include(GLOD)
include(CMakeCopyIfDifferent)
include(LLAppearance)
include(PNG)
include(ZLIB)
if (NOT HAVOK_TPV)
......
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