bin/CMakeLists.txt
author Joe Doyle (Ginto8) <ginto8@gmail.com>
Thu, 29 Nov 2012 23:23:19 -0500
changeset 8145 6408c0ba4ba1
parent 7815 1a3a62b0ac11
child 8316 89232b2fa1d6
permissions -rw-r--r--
Move global variables to units that use them

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