summaryrefslogtreecommitdiffstats
path: root/src/Physics/CMakeLists.txt
blob: a4c9bcc6578bcfdeab9de909485299ef8a4b48fe (plain) (blame)
1
2
3
4
5
6
7
8
9
target_sources(
	${CMAKE_PROJECT_NAME} PRIVATE

	Explodinator.cpp
	# Lightning.cpp

	Explodinator.h
	# Lightning.h
)