summaryrefslogtreecommitdiffstats
path: root/src/Simulator/IncrementalRedstoneSimulator/CMakeLists.txt
blob: 2a9b2894b1ce63a7f8802d1df9fb4400724d2129 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
target_sources(
	${CMAKE_PROJECT_NAME} PRIVATE

	ForEachSourceCallback.cpp
	IncrementalRedstoneSimulator.cpp
	RedstoneHandler.cpp

	CommandBlockHandler.h
	DoorHandler.h
	DropSpenserHandler.h
	ForEachSourceCallback.h
	HopperHandler.h
	IncrementalRedstoneSimulator.h
	RedstoneHandler.h
	RedstoneSimulatorChunkData.h
	RedstoneComparatorHandler.h
	RedstoneDataHelper.h
	RedstoneRepeaterHandler.h
	RedstoneBlockHandler.h
	RedstoneTorchHandler.h
	RedstoneWireHandler.h
	RedstoneLampHandler.h
	RedstoneToggleHandler.h
	PistonHandler.h
	SmallGateHandler.h
	NoteBlockHandler.h
	ObserverHandler.h
	TNTHandler.h
	TrappedChestHandler.h
	TripwireHookHandler.h
	PoweredRailHandler.h
	PressurePlateHandler.h
)