bin/CMakeLists.txt
author smaxx
Thu, 29 Jul 2010 13:43:57 +0200
changeset 3682 45b416c5b976
parent 1044 f759aae1062f
child 4501 53ac7d07e673
permissions -rw-r--r--
Engine: * Hedgehogs will now cry in pain whenever they're hurt

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