bin/CMakeLists.txt
author smaxx
Fri, 10 Dec 2010 22:39:20 +0100
changeset 4501 53ac7d07e673
parent 1044 f759aae1062f
child 7810 da60e6b6baa3
permissions -rw-r--r--
Frontend: * Fixed missing icon files on Win32

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