bin/CMakeLists.txt
author Stepan777 <stepik-777@mail.ru>
Sat, 07 Jul 2012 17:26:20 +0400
changeset 7359 8bb4da06b065
parent 4501 53ac7d07e673
child 7810 da60e6b6baa3
permissions -rw-r--r--
Fix compilation of hwengine on ffmpeg 0.7.13. But frontend does not compiles.

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