Clear up a few issues revealed upon forced full recompile. (VS is dumb sometimes)

This commit is contained in:
Shyotl
2012-12-22 23:44:43 -06:00
parent 295fcb53b0
commit cdaa4b4e99
4 changed files with 7 additions and 3 deletions

View File

@@ -16,6 +16,7 @@ include(LLImage)
include(LLCharacter)
include(LLInventory)
include(LLPrimitive)
include(LLAppearance)
include_directories(
${CMAKE_SOURCE_DIR}/newview
@@ -32,6 +33,7 @@ include_directories(
${LLCHARACTER_INCLUDE_DIRS}
${LLINVENTORY_INCLUDE_DIRS}
${LLPRIMITIVE_INCLUDE_DIRS}
${LLAPPEARANCE_INCLUDE_DIRS}
)
set(statemachine_SOURCE_FILES