bin/CMakeLists.txt
author koda
Sun, 19 Sep 2010 22:56:53 +0200
changeset 3889 f7d6834a54fe
parent 1044 f759aae1062f
child 4501 53ac7d07e673
permissions -rw-r--r--
Added tag Hedgewars-iOS-1.0.1 for changeset 3620607258cd

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