2013-12-10 14:30:12 -05:00
|
|
|
|
2014-07-18 02:59:33 -04:00
|
|
|
SET (SRCS
|
2015-09-17 05:20:10 -04:00
|
|
|
ItemHandler.cpp
|
|
|
|
)
|
2014-04-25 15:24:09 -04:00
|
|
|
|
2014-07-18 02:59:33 -04:00
|
|
|
SET (HDRS
|
|
|
|
ItemArmor.h
|
2020-04-04 11:13:41 -04:00
|
|
|
ItemAxe.h
|
2014-07-18 02:59:33 -04:00
|
|
|
ItemBed.h
|
2014-12-24 01:20:17 -05:00
|
|
|
ItemBigFlower.h
|
2014-07-18 02:59:33 -04:00
|
|
|
ItemBoat.h
|
2015-12-21 14:13:57 -05:00
|
|
|
ItemBottle.h
|
2014-07-18 02:59:33 -04:00
|
|
|
ItemBow.h
|
|
|
|
ItemBrewingStand.h
|
|
|
|
ItemBucket.h
|
|
|
|
ItemCake.h
|
|
|
|
ItemCauldron.h
|
2014-12-24 01:20:17 -05:00
|
|
|
ItemChest.h
|
2014-07-18 02:59:33 -04:00
|
|
|
ItemCloth.h
|
|
|
|
ItemComparator.h
|
2020-04-04 11:13:41 -04:00
|
|
|
ItemCookedFish.h
|
2014-07-18 02:59:33 -04:00
|
|
|
ItemDoor.h
|
|
|
|
ItemDye.h
|
|
|
|
ItemEmptyMap.h
|
|
|
|
ItemFishingRod.h
|
|
|
|
ItemFlowerPot.h
|
|
|
|
ItemFood.h
|
2020-04-04 11:13:41 -04:00
|
|
|
ItemFoodSeeds.h
|
2015-09-17 05:20:10 -04:00
|
|
|
ItemGoldenApple.h
|
2014-07-18 02:59:33 -04:00
|
|
|
ItemHandler.h
|
|
|
|
ItemHoe.h
|
|
|
|
ItemItemFrame.h
|
|
|
|
ItemLeaves.h
|
|
|
|
ItemLighter.h
|
|
|
|
ItemLilypad.h
|
|
|
|
ItemMap.h
|
|
|
|
ItemMilk.h
|
|
|
|
ItemMinecart.h
|
|
|
|
ItemMobHead.h
|
|
|
|
ItemNetherWart.h
|
|
|
|
ItemPainting.h
|
|
|
|
ItemPickaxe.h
|
2020-04-04 11:13:41 -04:00
|
|
|
ItemPoisonousPotato.h
|
2014-07-18 02:59:33 -04:00
|
|
|
ItemPotion.h
|
2014-12-24 01:20:17 -05:00
|
|
|
ItemPumpkin.h
|
2020-04-04 11:13:41 -04:00
|
|
|
ItemRawChicken.h
|
|
|
|
ItemRawFish.h
|
2014-07-18 02:59:33 -04:00
|
|
|
ItemRedstoneDust.h
|
|
|
|
ItemRedstoneRepeater.h
|
2020-04-04 11:13:41 -04:00
|
|
|
ItemRottenFlesh.h
|
2014-07-18 02:59:33 -04:00
|
|
|
ItemSapling.h
|
|
|
|
ItemSeeds.h
|
|
|
|
ItemShears.h
|
|
|
|
ItemShovel.h
|
|
|
|
ItemSign.h
|
2015-09-17 05:20:10 -04:00
|
|
|
ItemSlab.h
|
2020-04-04 11:13:41 -04:00
|
|
|
ItemSoup.h
|
2014-07-18 02:59:33 -04:00
|
|
|
ItemSpawnEgg.h
|
2020-04-04 11:13:41 -04:00
|
|
|
ItemSpiderEye.h
|
2014-07-18 02:59:33 -04:00
|
|
|
ItemString.h
|
|
|
|
ItemSugarcane.h
|
|
|
|
ItemSword.h
|
2014-12-24 01:20:17 -05:00
|
|
|
ItemThrowable.h
|
|
|
|
)
|
2014-07-18 02:59:33 -04:00
|
|
|
|
2014-07-18 16:26:43 -04:00
|
|
|
if(NOT MSVC)
|
|
|
|
add_library(Items ${SRCS} ${HDRS})
|
2018-01-03 12:41:16 -05:00
|
|
|
target_link_libraries(Items fmt::fmt)
|
2014-07-18 16:26:43 -04:00
|
|
|
endif()
|