bin/CMakeLists.txt
author koda
Mon, 29 Oct 2012 21:14:48 +0100
changeset 7881 3ac3ff6c7c4f
parent 7815 1a3a62b0ac11
child 8316 89232b2fa1d6
permissions -rw-r--r--
use VideoItem::prefix instead of VideoItem::name as suggested by Stepan777

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