bin/CMakeLists.txt
author smaxx
Thu, 02 Sep 2010 19:21:41 +0200
changeset 3811 967363197f01
parent 1044 f759aae1062f
child 4501 53ac7d07e673
permissions -rw-r--r--
Engine: * Enabled zoom in ready time

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