bin/CMakeLists.txt
author Marco Bresciani
Fri, 07 Dec 2012 11:05:17 -0500
changeset 8264 db365ea9fce1
parent 7815 1a3a62b0ac11
child 8316 89232b2fa1d6
permissions -rw-r--r--
updated frontend translation

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