bin/CMakeLists.txt
author nemo
Sat, 06 Mar 2010 13:49:55 +0000
changeset 2955 fb361d137524
parent 1044 f759aae1062f
child 4501 53ac7d07e673
permissions -rw-r--r--
Tweak to joke in french locale (everyone always fixes the spelling) updated explosive frames from Palewolf, increase explosive fall damage from 30 to 40

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