bin/CMakeLists.txt
author nemo
Thu, 01 Nov 2012 08:59:16 -0400
changeset 7919 c7d258a4358e
parent 7815 1a3a62b0ac11
child 8316 89232b2fa1d6
permissions -rw-r--r--
Small fixes to b-day image. For next year I 'spose

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