bin/CMakeLists.txt
changeset 4501 53ac7d07e673
parent 1044 f759aae1062f
child 7810 da60e6b6baa3
equal deleted inserted replaced
4499:d2454e4dbd03 4501:53ac7d07e673
     1 if(WIN32 AND NOT UNIX)
     1 if(WIN32 AND NOT UNIX)
     2 	file(GLOB DLLs *.dll)
     2 	file(GLOB DLLs *.dll)
       
     3 	file(GLOB ICOs *.ico)
     3 	
     4 	
     4 	install(FILES
     5 	install(FILES
     5 		${DLLs}
     6 		${DLLs}
       
     7 		${ICOs}
     6 		DESTINATION bin)
     8 		DESTINATION bin)
     7 endif(WIN32 AND NOT UNIX)
     9 endif(WIN32 AND NOT UNIX)