bin/CMakeLists.txt
author sheepluva
Mon, 06 Dec 2010 03:09:12 +0100
changeset 4464 04b4f0c2a2fc
parent 1044 f759aae1062f
child 4501 53ac7d07e673
permissions -rw-r--r--
changing Tree Map theme to Halloween (this time on the right branch >_>)

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