bin/CMakeLists.txt
author bovi
Sat, 14 Jan 2012 05:03:21 +0100
changeset 6560 ca07e6be08d0
parent 4501 53ac7d07e673
child 7810 da60e6b6baa3
permissions -rw-r--r--
GCI task: cmd.exe

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