From 8a809b77523111e60b97c7aa72ef1fdce7aac21c Mon Sep 17 00:00:00 2001 From: Guillaume Jacquemin Date: Thu, 28 Mar 2024 17:42:56 +0100 Subject: [PATCH] CMakeLists: reorder some files. --- src/CMakeLists.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index d4310bd..3197799 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -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}