bin/CMakeLists.txt
author sheepluva
Sat, 27 Mar 2010 02:55:35 +0000
changeset 3094 97c8406acc85
parent 1044 f759aae1062f
child 4501 53ac7d07e673
permissions -rw-r--r--
making collision/impact sounds a gear property + adding random melon+hellish sound, feel free to hate me :D

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