bin/CMakeLists.txt
author Stepan777 <stepik-777@mail.ru>
Sat, 07 Jul 2012 17:43:10 +0400
changeset 7361 b73d7688dadc
parent 4501 53ac7d07e673
child 7810 da60e6b6baa3
permissions -rw-r--r--
fix frontend for ffmpeg 0.7.13

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