bin/CMakeLists.txt
author Xeli
Thu, 14 Jul 2011 15:42:01 +0200
branchhedgeroid
changeset 5414 34663c4743f7
parent 4501 53ac7d07e673
child 7810 da60e6b6baa3
permissions -rw-r--r--
Added a utility class needed by the Downloaders

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