bin/CMakeLists.txt
author koda
Sun, 03 Jan 2010 17:23:40 +0000
changeset 2672 0f1403bf267a
parent 1044 f759aae1062f
child 4501 53ac7d07e673
permissions -rw-r--r--
check for sdl_image and sdl_mixer versions use revision number for hedgewars version

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