CMakeLists: reorder some files.

This commit is contained in:
Guillaume Jacquemin 2024-03-28 17:42:56 +01:00
parent 04d2ab9dc7
commit 8a809b7752
Signed by: williamjcm
SSH Key Fingerprint: SHA256:AYLOg+iTV0ElElnlu4vqM4edFazVdRiuQB0Y5LoKc4A
1 changed files with 3 additions and 3 deletions

View File

@ -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}