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}