bin/CMakeLists.txt
author nemo
Fri, 20 Jul 2012 19:56:58 -0400
changeset 7410 dc869f3187ca
parent 4501 53ac7d07e673
child 7810 da60e6b6baa3
permissions -rw-r--r--
:( I have no idea why this did not work

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