Move action/animation.cpp to animation/
This commit is contained in:
parent
8213ddc650
commit
0e4a084c79
2 changed files with 6 additions and 1 deletions
|
@ -56,11 +56,15 @@ set(action_SRCS
|
|||
src/action/action_unload.cpp
|
||||
src/action/action_upgradeto.cpp
|
||||
src/action/actions.cpp
|
||||
src/action/animation.cpp
|
||||
src/action/command.cpp
|
||||
)
|
||||
source_group(action FILES ${action_SRCS})
|
||||
|
||||
set(animation_SRCS
|
||||
src/animation/animation.cpp
|
||||
)
|
||||
source_group(animation FILES ${animation_SRCS})
|
||||
|
||||
set(ai_SRCS
|
||||
src/ai/ai_building.cpp
|
||||
src/ai/ai.cpp
|
||||
|
@ -287,6 +291,7 @@ source_group(tolua FILES ${tolua_FILES})
|
|||
|
||||
set(stratagus_SRCS
|
||||
${action_SRCS}
|
||||
${animation_SRCS}
|
||||
${ai_SRCS}
|
||||
${editor_SRCS}
|
||||
${game_SRCS}
|
||||
|
|
Loading…
Reference in a new issue