bin/CMakeLists.txt
author koda
Thu, 15 Oct 2009 17:51:35 +0000
changeset 2458 14296bd366d2
parent 1044 f759aae1062f
child 4501 53ac7d07e673
permissions -rw-r--r--
updated italian translation and new homerun sound

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