Frontend:
authorsmaxx
Fri, 10 Dec 2010 22:39:20 +0100
changeset 4501 53ac7d07e673
parent 4499 d2454e4dbd03
child 4502 759c1a3bb156
Frontend: * Fixed missing icon files on Win32
bin/CMakeLists.txt
--- a/bin/CMakeLists.txt	Thu Dec 09 20:35:28 2010 -0500
+++ b/bin/CMakeLists.txt	Fri Dec 10 22:39:20 2010 +0100
@@ -1,7 +1,9 @@
 if(WIN32 AND NOT UNIX)
 	file(GLOB DLLs *.dll)
+	file(GLOB ICOs *.ico)
 	
 	install(FILES
 		${DLLs}
+		${ICOs}
 		DESTINATION bin)
 endif(WIN32 AND NOT UNIX)