bin/CMakeLists.txt
author smaxx
Tue, 03 Aug 2010 15:13:32 +0200
changeset 3720 b2b108a6fae8
parent 1044 f759aae1062f
child 4501 53ac7d07e673
permissions -rw-r--r--
Engine: * Updated the way the hammer works. Also reduced it's damage to 1/3 of victim's health. * Updated the pickhammer to spawn dust.

if(WIN32 AND NOT UNIX)
	file(GLOB DLLs *.dll)
	
	install(FILES
		${DLLs}
		DESTINATION bin)
endif(WIN32 AND NOT UNIX)