bin/CMakeLists.txt
author palewolf
Sun, 28 Mar 2010 00:46:34 +0000
changeset 3132 72ad441d4c2f
parent 1044 f759aae1062f
child 4501 53ac7d07e673
permissions -rw-r--r--
Add background color to translucent png to avoid gray borders when zooming

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