summaryrefslogblamecommitdiffstats
path: root/src/Simulator/IncrementalRedstoneSimulator/CMakeLists.txt
blob: 1857a115a935b17551db24a60e556f8074779b54 (plain) (tree)
1
2
3
4
5
6
7
8
9

                                     
 
                                        
 


                             
                       













                                      
                         





                              
target_sources(
	${CMAKE_PROJECT_NAME} PRIVATE

	IncrementalRedstoneSimulator.cpp

	CommandBlockHandler.h
	DoorHandler.h
	DropSpenserHandler.h
	HopperHandler.h
	IncrementalRedstoneSimulator.h
	RedstoneHandler.h
	RedstoneSimulatorChunkData.h
	SolidBlockHandler.h
	RedstoneComparatorHandler.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
)