1
0
cuberite-2a/src/Mobs/CMakeLists.txt
12xx12 c080f819d2
Adding Silverfish Spawning Blocks (#4946)
* added breaking, spawning, animation

* checkstyle

* added undocumented API symbols

* added changes suggested by @peterbell10

* added natural ore like generation

* fixed spawning two silverfishes

* fixed clang

* fixed clang try 2

* updated comment
unified offset

* final clang fix

* added spawning for more silverfishes if one was damaged

* fixed spawning on one hit kill

* fixed spawning on one hit kill
fixed spawning by potion damage

* fixed clang

* fixed broken build

* fixed broken build

* I should read the error message properly
fixed build now?

* added small changes suggested by @peterbell10

Co-authored-by: 12xx12 <12xx12100@gmail.com>
2020-10-11 15:27:41 +00:00

86 lines
1.1 KiB
CMake

target_sources(
${CMAKE_PROJECT_NAME} PRIVATE
AggressiveMonster.cpp
Bat.cpp
Blaze.cpp
CaveSpider.cpp
Chicken.cpp
Cow.cpp
Creeper.cpp
EnderDragon.cpp
Enderman.cpp
Ghast.cpp
Giant.cpp
Guardian.cpp
Horse.cpp
IronGolem.cpp
MagmaCube.cpp
Monster.cpp
Mooshroom.cpp
Ocelot.cpp
PassiveAggressiveMonster.cpp
PassiveMonster.cpp
Path.cpp
PathFinder.cpp
Pig.cpp
Rabbit.cpp
Sheep.cpp
Silverfish.cpp
Skeleton.cpp
Slime.cpp
SnowGolem.cpp
Spider.cpp
Squid.cpp
Villager.cpp
Witch.cpp
Wither.cpp
WitherSkeleton.cpp
Wolf.cpp
Zombie.cpp
ZombiePigman.cpp
ZombieVillager.cpp
AggressiveMonster.h
Bat.h
Blaze.h
CaveSpider.h
Chicken.h
Cow.h
Creeper.h
EnderDragon.h
Enderman.h
Ghast.h
Giant.h
Guardian.h
Horse.h
IncludeAllMonsters.h
IronGolem.h
MagmaCube.h
Monster.h
MonsterTypes.h
Mooshroom.h
Ocelot.h
PassiveAggressiveMonster.h
PassiveMonster.h
Path.h
PathFinder.h
Pig.h
Rabbit.h
Sheep.h
Silverfish.h
Skeleton.h
Slime.h
SnowGolem.h
Spider.h
Squid.h
Villager.h
Witch.h
Wither.h
WitherSkeleton.h
Wolf.h
Zombie.h
ZombiePigman.h
ZombieVillager.h
)