bin/CMakeLists.txt
author nemo
Wed, 23 May 2012 16:34:12 -0400
changeset 7121 ce5e70fe4eb3
parent 4501 53ac7d07e673
child 7810 da60e6b6baa3
permissions -rw-r--r--
http://www.demoties.com/wp-content/uploads/2011/03/mar-01-6.jpg

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