bin/CMakeLists.txt
author igorko
Tue, 05 Apr 2011 10:59:23 -0400
changeset 5101 a2b72f966073
parent 4501 53ac7d07e673
child 7810 da60e6b6baa3
permissions -rw-r--r--
Ukranian localisation of a voicepack. Still to be decided, if this should localised, and played as Default if a user is using the ukranian locale.

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