bin/CMakeLists.txt
author nemo
Sun, 05 Feb 2012 22:22:46 -0500
changeset 6633 2dc43ce68721
parent 4501 53ac7d07e673
child 7810 da60e6b6baa3
permissions -rw-r--r--
Increase volume on a number of sounds that were many times quieter than the other voices. Also remove empty space in Ooff1.ogg so it plays at the right time.

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