bin/CMakeLists.txt
author nemo
Tue, 09 Feb 2010 14:24:25 +0000
changeset 2779 e1ae0019d43f
parent 1044 f759aae1062f
child 4501 53ac7d07e673
permissions -rw-r--r--
Suggestion from Tiy. Use a random hi. Could maybe be shorter sounds, using the 4 shortest voicepacks already

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