Skip to content

Commit 96055d6

Browse files
authored
[GEN][ZH] Move CButtonShowColor header from source to include directory (#1042)
1 parent 9efbc11 commit 96055d6

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

Generals/Code/Tools/WorldBuilder/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ set(WORLDBUILDER_SRC
1111
"src/BuildListTool.cpp"
1212
"src/CameraOptions.cpp"
1313
"src/CButtonShowColor.cpp"
14-
"src/CButtonShowColor.h"
1514
"src/CellWidth.cpp"
1615
"src/CFixTeamOwnerDialog.cpp"
1716
"src/ContourOptions.cpp"
@@ -108,6 +107,7 @@ set(WORLDBUILDER_SRC
108107
"include/BuildList.h"
109108
"include/BuildListTool.h"
110109
"include/CameraOptions.h"
110+
"include/CButtonShowColor.h"
111111
"include/CellWidth.h"
112112
"include/CFixTeamOwnerDialog.h"
113113
"include/ContourOptions.h"

GeneralsMD/Code/Tools/WorldBuilder/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ set(WORLDBUILDER_SRC
1111
"src/BuildListTool.cpp"
1212
"src/CameraOptions.cpp"
1313
"src/CButtonShowColor.cpp"
14-
"src/CButtonShowColor.h"
1514
"src/CellWidth.cpp"
1615
"src/CFixTeamOwnerDialog.cpp"
1716
"src/ContourOptions.cpp"
@@ -111,6 +110,7 @@ set(WORLDBUILDER_SRC
111110
"include/BuildList.h"
112111
"include/BuildListTool.h"
113112
"include/CameraOptions.h"
113+
"include/CButtonShowColor.h"
114114
"include/CellWidth.h"
115115
"include/CFixTeamOwnerDialog.h"
116116
"include/ContourOptions.h"

0 commit comments

Comments
 (0)