bin/CMakeLists.txt
author Xeli
Thu, 24 Nov 2011 13:40:17 +0100
branchhedgeroid
changeset 6348 162fec525764
parent 4501 53ac7d07e673
child 7810 da60e6b6baa3
permissions -rw-r--r--
Added a minimal data dir, we should move this to hedgewars/share sometime

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