1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101
|
set (HEADER_FILES
AnimationInfo.h
AnimationViewControl.h
Application.h
ApplicationState.h
ChangeTextureValueAction.h
EditorState.h
FrameListControl.h
FrameTextureController.h
GroupListControl.h
GroupTextureController.h
ImageExportSerializer.h
ImageListControl.h
IndexListControl.h
IndexTextureController.h
SettingsGeneralControl.h
SettingsResourcePathsControl.h
SettingsResourcesControl.h
StatisticInfoControl.h
)
set (SOURCE_FILES
../../Common/Precompiled.cpp
AnimationInfo.cpp
AnimationViewControl.cpp
Application.cpp
ApplicationState.cpp
ChangeTextureValueAction.cpp
EditorState.cpp
FrameListControl.cpp
FrameTextureController.cpp
GroupListControl.cpp
GroupTextureController.cpp
ImageEditor.rc
ImageExportSerializer.cpp
ImageListControl.cpp
IndexListControl.cpp
IndexTextureController.cpp
SettingsGeneralControl.cpp
SettingsResourcePathsControl.cpp
SettingsResourcesControl.cpp
StatisticInfoControl.cpp
)
SOURCE_GROUP("Actions" FILES
ChangeTextureValueAction.cpp
ChangeTextureValueAction.h
)
SOURCE_GROUP("Application" FILES
Application.cpp
Application.h
)
SOURCE_GROUP("Controllers" FILES
FrameTextureController.cpp
FrameTextureController.h
GroupTextureController.cpp
GroupTextureController.h
IndexTextureController.cpp
IndexTextureController.h
)
SOURCE_GROUP("Controls\\Animations" FILES
AnimationInfo.cpp
AnimationInfo.h
AnimationViewControl.cpp
AnimationViewControl.h
)
SOURCE_GROUP("Controls\\Framework" FILES
StatisticInfoControl.cpp
StatisticInfoControl.h
)
SOURCE_GROUP("Controls\\Lists" FILES
FrameListControl.cpp
FrameListControl.h
GroupListControl.cpp
GroupListControl.h
ImageListControl.cpp
ImageListControl.h
IndexListControl.cpp
IndexListControl.h
)
SOURCE_GROUP("Controls\\Settings" FILES
SettingsGeneralControl.cpp
SettingsGeneralControl.h
SettingsResourcePathsControl.cpp
SettingsResourcePathsControl.h
SettingsResourcesControl.cpp
SettingsResourcesControl.h
)
SOURCE_GROUP("Exports" FILES
ImageExportSerializer.cpp
ImageExportSerializer.h
)
SOURCE_GROUP("Resources" FILES
../../Common/Precompiled.cpp
CMakeLists.txt
ImageEditor.rc
)
SOURCE_GROUP("States" FILES
ApplicationState.cpp
ApplicationState.h
EditorState.cpp
EditorState.h
)
|