diff options
author | Nyx (Neal Orman) <nyx@lindenlab.com> | 2012-08-21 18:21:11 -0400 |
---|---|---|
committer | Nyx (Neal Orman) <nyx@lindenlab.com> | 2012-08-21 18:21:11 -0400 |
commit | 51fabc385079a0b5fab4611bb5b16fea5dc26372 (patch) | |
tree | 809ce153c9f61fd29eb1f8f2c18987c555109a23 /indra/cmake/Viewer.cmake | |
parent | ba07e95d682428f20e529fca4cc324817dc781a7 (diff) |
SH-3261 SH-3324 WIP Starting extraction of wearable/appearance libraries
First pass at cmake configs, and starting to try to move wearable class.
Things are broken, checkpointing work to collaborate.
Diffstat (limited to 'indra/cmake/Viewer.cmake')
-rw-r--r-- | indra/cmake/Viewer.cmake | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/indra/cmake/Viewer.cmake b/indra/cmake/Viewer.cmake new file mode 100644 index 0000000000..771bb0ed7a --- /dev/null +++ b/indra/cmake/Viewer.cmake @@ -0,0 +1,7 @@ +# -*- cmake -*- + +set(VIEWER_INCLUDE_DIRS + ${LIBS_OPEN_DIR}/newview + ) + +set(VIEWER_LIBRARIES viewer) |