CMakeLists: reorder some files.
This commit is contained in:
parent
04d2ab9dc7
commit
8a809b7752
1 changed files with 3 additions and 3 deletions
|
@ -157,6 +157,8 @@ add_executable(MassBuilderSaveTool
|
|||
Application/Application_UpdateChecker.cpp
|
||||
Configuration/Configuration.h
|
||||
Configuration/Configuration.cpp
|
||||
FontAwesome/IconsFontAwesome5.h
|
||||
FontAwesome/IconsFontAwesome5Brands.h
|
||||
GameData/Accessories.h
|
||||
GameData/ArmourSets.h
|
||||
GameData/LastMissionId.h
|
||||
|
@ -177,9 +179,9 @@ add_executable(MassBuilderSaveTool
|
|||
GameObjects/Mass_Weapons.cpp
|
||||
GameObjects/Mass_Styles.cpp
|
||||
GameObjects/Mass_DecalsAccessories.cpp
|
||||
GameObjects/PropertyNames.h
|
||||
GameObjects/Profile.h
|
||||
GameObjects/Profile.cpp
|
||||
GameObjects/PropertyNames.h
|
||||
GameObjects/Weapon.h
|
||||
GameObjects/Weapon.cpp
|
||||
GameObjects/WeaponPart.h
|
||||
|
@ -201,8 +203,6 @@ add_executable(MassBuilderSaveTool
|
|||
Utilities/Crc32.cpp
|
||||
Version/Version.h
|
||||
Version/Version.cpp
|
||||
FontAwesome/IconsFontAwesome5.h
|
||||
FontAwesome/IconsFontAwesome5Brands.h
|
||||
${Logger_SOURCES}
|
||||
${BinaryIo_SOURCES}
|
||||
${Gvas_SOURCES}
|
||||
|
|
Loading…
Reference in a new issue