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

                                     
 
                                 
                                        
                           
 
                             
                               

                            
                               
                       


                                      
                                   
                            








                                 
                         





                              
target_sources(
	${CMAKE_PROJECT_NAME} PRIVATE

	ForEachSourceCallback.cpp
	IncrementalRedstoneSimulator.cpp
	RedstoneHandler.cpp

	CommandBlockHandler.h
	DaylightSensorHandler.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
)