bin/CMakeLists.txt
author belphegorr <szabibibi@gmail.com>
Mon, 25 Jun 2012 11:16:24 +0300
changeset 7203 37661b2a7b64
parent 4501 53ac7d07e673
child 7810 da60e6b6baa3
permissions -rw-r--r--
Copied the first two campaign missions and the helper script into share/hedgewars/Data/

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